Changeset 81 for trunk/SConstruct
- Timestamp:
- 09/08/05 09:21:39 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r58 r81 42 42 43 43 cxx_debug='-Wall -ftemplate-depth-100 -O0 -fno-inline -g -pthread -DDEBUG' 44 cxx_release='-Wall -ftemplate-depth-100 -O 2-finline-functions -Wno-inline -pthread -DNDEBUG'44 cxx_release='-Wall -ftemplate-depth-100 -O3 -finline-functions -Wno-inline -pthread -DNDEBUG' 45 45 46 46 release_env = env.Copy(CXXFLAGS = cxx_release)
