aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-23 12:29:38 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-23 12:29:38 +0200
commit2316b5dc954b4047f3f48c61e7f4e34deb729efe (patch)
treee4818aaae7620d8df89ee5d0c407edbb77785da0 /driver/Clflags.ml
parent69447b8515c0bd123c6aa72c5545cf9beda79ec4 (diff)
downloadcompcert-kvx-2316b5dc954b4047f3f48c61e7f4e34deb729efe.tar.gz
compcert-kvx-2316b5dc954b4047f3f48c61e7f4e34deb729efe.zip
make tracing output optional
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 ff2647a7..a5f5f7a4 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -84,3 +84,4 @@ 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 0
+let option_debug_compcert = ref 0