Changeset 81 for trunk/SConstruct

Show
Ignore:
Timestamp:
09/08/05 09:21:39 (3 years ago)
Author:
pavlenko
Message:

changed optimization flags

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r58 r81  
    4242 
    4343cxx_debug='-Wall -ftemplate-depth-100 -O0 -fno-inline -g -pthread -DDEBUG' 
    44 cxx_release='-Wall -ftemplate-depth-100 -O2 -finline-functions -Wno-inline -pthread -DNDEBUG' 
     44cxx_release='-Wall -ftemplate-depth-100 -O3 -finline-functions -Wno-inline -pthread -DNDEBUG' 
    4545 
    4646release_env = env.Copy(CXXFLAGS = cxx_release)