Skip to content

Commit

Permalink
Removed C/C++ warnings only for C++ (algorithm-archivists#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaras authored Nov 29, 2021
1 parent 71e27ba commit f5af368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env = Environment(ENV=os.environ,
'Go': go_builder},
tools=['gcc', 'gnulink', 'g++', 'gas', 'gfortran'])

env['CCFLAGS'] = '-Wall -Wextra -Werror'
env['CFLAGS'] = '-Wall -Wextra -Werror'
env['CXXFLAGS'] = '-std=c++17'
env['ASFLAGS'] = '--64'

Expand Down

0 comments on commit f5af368

Please sign in to comment.