mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Enables all warnings for the SDL build.
This commit is contained in:
parent
ede47d4ba7
commit
2979d19621
@ -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'])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user