Changeset 199 for trunk/python2/SConstruct
- Timestamp:
- 06/02/10 21:53:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python2/SConstruct
r198 r199 29 29 nenv.config = config 30 30 if config.DEBUG: 31 nenv.Append(CFLAGS = "-ggdb - pedantic -Wall -std=gnu99")31 nenv.Append(CFLAGS = "-ggdb -O0 -pedantic -Wall -std=gnu99") 32 32 nenv.Append(CPPPATH=['../include', 'include']) 33 33 nenv.python_cppflags = '-I/usr/include/python2.5_d'
Note: See TracChangeset
for help on using the changeset viewer.