aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-engine_bench.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-engine_bench.sh')
-rwxr-xr-xdev/ci/ci-engine_bench.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/ci-engine_bench.sh b/dev/ci/ci-engine_bench.sh
index fda7649f88..d976356dd4 100755
--- a/dev/ci/ci-engine_bench.sh
+++ b/dev/ci/ci-engine_bench.sh
@@ -5,4 +5,5 @@ ci_dir="$(dirname "$0")"
git_download engine_bench
+export COQEXTRAFLAGS='-native-compiler ondemand'
( cd "${CI_BUILD_DIR}/engine_bench" && make coq && make coq-perf-Sanity )