Changeset 724 for branches

Show
Ignore:
Timestamp:
11/25/07 11:47:10 (16 years ago)
Author:
ppalmers
Message:

disable assertions when not doing a debug build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/ppalmers-streaming/SConstruct

    r688 r724  
    165165        env.AppendUnique( CCFLAGS=["-DDEBUG","-Wall","-g"] ) 
    166166else: 
    167         env.AppendUnique( CCFLAGS=["-O2"] ) 
     167        env.AppendUnique( CCFLAGS=["-O2","-DNDEBUG"] ) 
    168168 
    169169# this is required to indicate that the DBUS version we use has support