aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-01-27 13:25:56 +0100
committerCyril SIX <cyril.six@kalray.eu>2020-01-27 13:25:56 +0100
commitb54d18e2e26b3f7745870894d8087162eb33c545 (patch)
treeb95646a0cc3e336ec5e6ce10628861f0368bdc7c /driver/Clflags.ml
parent893827f54addca2facc19a8f342b380d63114130 (diff)
downloadcompcert-kvx-b54d18e2e26b3f7745870894d8087162eb33c545.tar.gz
compcert-kvx-b54d18e2e26b3f7745870894d8087162eb33c545.zip
Tail duplication optimization defaulting to off
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 67ec9702..088845fe 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -24,10 +24,10 @@ let option_fpacked_structs = ref false
let option_ffpu = ref true
let option_ffloatconstprop = ref 2
let option_ftailcalls = ref true
-let option_fduplicate = ref true
let option_fconstprop = ref true
let option_fcse = ref true
let option_fredundancy = ref true
+let option_fduplicate = ref false
let option_fpostpass = ref true
let option_fpostpass_sched = ref "list"
let option_fifconversion = ref true