diff --git a/OSBindings/SDL/SConstruct b/OSBindings/SDL/SConstruct index cc01c41d4..b0828a1c3 100644 --- a/OSBindings/SDL/SConstruct +++ b/OSBindings/SDL/SConstruct @@ -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 = ['-g', '--std=c++11', '-O3']) # add additional libraries to link against env.Append(LIBS = ['libz', 'pthread', 'GL'])