diff options
Diffstat (limited to 'backendC/CleanCompilerSources/cocl.c')
-rw-r--r-- | backendC/CleanCompilerSources/cocl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/cocl.c b/backendC/CleanCompilerSources/cocl.c index 70d7597..2b758da 100644 --- a/backendC/CleanCompilerSources/cocl.c +++ b/backendC/CleanCompilerSources/cocl.c @@ -151,6 +151,8 @@ Bool CallCompiler (int argc, char **argv) DoProfiling=False; DoTimeProfiling=False; DoReuseUniqueNodes=False; + DoDescriptors=False; + ExportLocalLabels=False; StrictDoAnnots = False; StrictDepth = 10;/* 8; */ |