Changeset 724
- Timestamp:
- 11/25/07 11:47:10 (16 years ago)
- Files:
-
- branches/ppalmers-streaming/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/ppalmers-streaming/SConstruct
r688 r724 165 165 env.AppendUnique( CCFLAGS=["-DDEBUG","-Wall","-g"] ) 166 166 else: 167 env.AppendUnique( CCFLAGS=["-O2" ] )167 env.AppendUnique( CCFLAGS=["-O2","-DNDEBUG"] ) 168 168 169 169 # this is required to indicate that the DBUS version we use has support