Changeset 2080
- Timestamp:
- 05/31/07 19:13:22 (18 months ago)
- Files:
-
- 1 modified
-
format-plugins/vformat/SConstruct (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
format-plugins/vformat/SConstruct
r2071 r2080 23 23 opts = Options('vformat.conf') 24 24 opts.Add('debug', 'Should debugging be enabled?', 1) 25 opts.Add('enable_trace', 'Should tracing be enabled?', 1)26 25 opts.Add(BoolOption('debug_modules', 'Should unloading of shared modules be avoided (DEBUGGING ONLY!)', 0)) 27 26 opts.Add(('APPEND_LDFLAGS', 'Linker flags')) … … 48 47 """ + opts.GenerateHelpText(env)) 49 48 50 env.Append(CCFLAGS = r'-DENABLE_TRACE=$enable_trace')51 49 env.Append(CCFLAGS = Split('$APPEND_CCFLAGS')) 52 50 env.Append(LDFLAGS = Split('$APPEND_LDFLAGS'))
