mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Switches SConstruct build file to producing an optimised result.
This commit is contained in:
parent
916eb96b47
commit
f853d87884
@ -69,7 +69,7 @@ SOURCES += glob.glob('../../Storage/Tape/Formats/*.cpp')
|
||||
SOURCES += glob.glob('../../Storage/Tape/Parsers/*.cpp')
|
||||
|
||||
# add additional compiler flags
|
||||
env.Append(CCFLAGS = ['-g', '--std=c++11'])
|
||||
env.Append(CCFLAGS = ['--std=c++11', '-O3'])
|
||||
# add additional libraries to link against
|
||||
env.Append(LIBS = ['libz', 'pthread', 'GL'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user