aboutsummaryrefslogtreecommitdiffstats
path: root/src/VericertClflags.ml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-02-22 18:41:33 +0000
committerYann Herklotz <git@yannherklotz.com>2021-02-22 18:41:33 +0000
commit91b62a7100ccb1f8910422bc4566bc57ade8f7e7 (patch)
tree5987436a23f446a42672061b7d8740b3a2775403 /src/VericertClflags.ml
parenta5ae227155f09822207c49d75fdbb6e4b7652936 (diff)
downloadvericert-91b62a7100ccb1f8910422bc4566bc57ade8f7e7.tar.gz
vericert-91b62a7100ccb1f8910422bc4566bc57ade8f7e7.zip
Add RTLPar printing
Diffstat (limited to 'src/VericertClflags.ml')
-rw-r--r--src/VericertClflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VericertClflags.ml b/src/VericertClflags.ml
index 534962b..930b613 100644
--- a/src/VericertClflags.ml
+++ b/src/VericertClflags.ml
@@ -5,5 +5,6 @@ let option_debug_hls = ref false
let option_initial = ref false
let option_dhtl = ref false
let option_drtlblock = ref false
+let option_drtlpar = ref false
let option_hls_schedule = ref false
let option_fif_conv = ref false