blob: a09d3064420138dc76716879dca92a03896203ef (
plain) (
tree)
|
|
#include "system.h"
#include "settings.h"
Bool
DoCode = True,
DoDebug = False,
DoListAllTypes = False,
DoListTypes = False,
DoShowAttributes = True,
DoParallel = False,
DoStackLayout = True,
DoStrictnessAnalysis = True,
DoVerbose = False,
DoWarning = True,
DoStrictWarning = True,
DoStrictAllWarning = False,
DoStrictCheck = False,
DoListStrictTypes = False;
Bool ListOptimizations = False;
Bool DoDescriptors = False;
Bool ExportLocalLabels = False;
Bool DoProfiling=False; /* no longer used by memory profiler */
Bool DoTimeProfiling=False;
Bool DoReuseUniqueNodes = False;
Bool OptimizeLazyTupleRecursion=False;
Bool OptimizeTailCallModuloCons=False;
Bool WriteModificationTimes = False;
unsigned StrictDepth = 10; /* 8; */
Bool StrictDoLists = False;
Bool StrictDoPaths = True;
Bool StrictDoAllPaths = True;
Bool StrictDoExtEq = True;
Bool StrictDoLessEqual = True;
Bool StrictDoEager = True;
Bool StrictDoVerbose = False;
Bool StrictDoAnnots = True;
unsigned long StrictMemUse = NR_BLOCKS * BLOCK_SIZE;
Bool FunctionMayFailIsError = False;
Bool NotUsedIsError = False;
Bool FunctionNotUsedIsError = False;
Bool VERBOSE = True;
|