aboutsummaryrefslogtreecommitdiff
path: root/backendC
diff options
context:
space:
mode:
Diffstat (limited to 'backendC')
-rw-r--r--backendC/CleanCompilerSources/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/settings.c b/backendC/CleanCompilerSources/settings.c
index e98fb81..bd6ea0e 100644
--- a/backendC/CleanCompilerSources/settings.c
+++ b/backendC/CleanCompilerSources/settings.c
@@ -30,7 +30,7 @@ Bool DoTimeProfiling=False;
Bool DoReuseUniqueNodes = False;
Bool OptimizeLazyTupleRecursion=False;
-Bool OptimizeTailCallModuloCons=False;
+Bool OptimizeTailCallModuloCons=True;
Bool WriteModificationTimes = False;
unsigned StrictDepth = 10; /* 8; */