aboutsummaryrefslogtreecommitdiffstats
path: root/src/VericertClflags.ml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-01 12:53:24 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-01 12:53:24 +0000
commit7e77b4ba70aceea384d4c485002c46875fc19695 (patch)
treee4b114fb9e85638d96a894c8bf8a981c13c58bb2 /src/VericertClflags.ml
parent7e7d48e61eec22a8b0d69c0ec4832f001924450c (diff)
downloadvericert-7e77b4ba70aceea384d4c485002c46875fc19695.tar.gz
vericert-7e77b4ba70aceea384d4c485002c46875fc19695.zip
Add flag to control if scheduling is active
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 cbee31b..26b4053 100644
--- a/src/VericertClflags.ml
+++ b/src/VericertClflags.ml
@@ -5,3 +5,4 @@ let option_debug_hls = ref false
let option_initial = ref false
let option_dhtl = ref false
let option_drtlblock = ref false
+let option_hls_schedule = ref false