aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-15 00:00:33 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-15 00:00:33 +0100
commit192d5f379b3f1efa6f12b45af36f7cfea21d6d50 (patch)
tree1c60908b258159a96ac1c55f5aef4d89f4594cae /driver/Clflags.ml
parent9e706de1eb25d6d6dbeb1eb2ced71e48523a499f (diff)
downloadcompcert-kvx-192d5f379b3f1efa6f12b45af36f7cfea21d6d50.tar.gz
compcert-kvx-192d5f379b3f1efa6f12b45af36f7cfea21d6d50.zip
more inlining
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 79c0bce0..ee5e9eeb 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -81,3 +81,4 @@ let option_faddx = ref false
let option_fcoalesce_mem = ref true
let option_fforward_moves = ref true
let option_all_loads_nontrap = ref false
+let option_inline_auto_threshold = ref 30