diff --git a/SConstruct b/SConstruct index 2da7da72e..81b7befdb 100644 --- a/SConstruct +++ b/SConstruct @@ -291,7 +291,7 @@ opts.AddVariables( ('CC', 'The C compiler used for configure checks of C libs (defaults to gcc).', 'gcc'), ('CUSTOM_CXXFLAGS', 'Custom C++ flags, e.g. -I if you have headers in a nonstandard directory ', ''), ('CUSTOM_LDFLAGS', 'Custom linker flags, e.g. -L if you have libraries in a nonstandard directory ', ''), - EnumVariable('OPTIMIZATION','Set g++ optimization level','2', ['0','1','2','3','4','s']), + EnumVariable('OPTIMIZATION','Set g++ optimization level','3', ['0','1','2','3','4','s']), # Note: setting DEBUG=True will override any custom OPTIMIZATION level BoolVariable('DEBUG', 'Compile a debug version of Mapnik', 'False'), BoolVariable('XML_DEBUG', 'Compile a XML verbose debug version of mapnik', 'False'),