Changeset 2080

Show
Ignore:
Timestamp:
05/31/07 19:13:22 (18 months ago)
Author:
cstender
Message:

removed invalid enable_traces

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • format-plugins/vformat/SConstruct

    r2071 r2080  
    2323opts = Options('vformat.conf') 
    2424opts.Add('debug', 'Should debugging be enabled?', 1) 
    25 opts.Add('enable_trace', 'Should tracing be enabled?', 1) 
    2625opts.Add(BoolOption('debug_modules', 'Should unloading of shared modules be avoided (DEBUGGING ONLY!)', 0)) 
    2726opts.Add(('APPEND_LDFLAGS', 'Linker flags')) 
     
    4847""" + opts.GenerateHelpText(env)) 
    4948 
    50 env.Append(CCFLAGS = r'-DENABLE_TRACE=$enable_trace') 
    5149env.Append(CCFLAGS = Split('$APPEND_CCFLAGS')) 
    5250env.Append(LDFLAGS = Split('$APPEND_LDFLAGS'))