1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-28 09:54:49 +00:00

Merge branch 'UnusedResults' of github.com:TomHarte/CLK into UnusedResults

This commit is contained in:
Thomas Harte 2017-11-12 17:17:49 -05:00
commit e6aa2321cd

View File

@ -69,7 +69,8 @@ SOURCES += glob.glob('../../Storage/Tape/Formats/*.cpp')
SOURCES += glob.glob('../../Storage/Tape/Parsers/*.cpp')
# add additional compiler flags
env.Append(CCFLAGS = ['--std=c++11', '-O3'])
env.Append(CCFLAGS = ['--std=c++11', '-Wall', '-O3'])
# add additional libraries to link against
env.Append(LIBS = ['libz', 'pthread', 'GL'])