Changeset 1396 for trunk/SConstruct


Ignore:
Timestamp:
08/16/07 10:22:32 (17 years ago)
Author:
Malte Marquarding
Message:

Added -Wall flag to debug target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1377 r1396  
    141141    env.Append(CCFLAGS=["-O2"])
    142142else:
    143     env.Append(CCFLAGS=["-g"])
     143    env.Append(CCFLAGS=["-g", "-Wall"])
    144144
    145145# Export for SConscript files
Note: See TracChangeset for help on using the changeset viewer.