summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2023-11-27 13:48:46 +0100
committerSon Ho2023-11-27 13:48:46 +0100
commitfdb8555cf6bc21ea230141373920196b078bdd28 (patch)
tree948e676c2f85844cc26ea8af00f5c5e836106718 /Makefile
parentbef2bd34fcb0817f1b7d16b95122bcc3c6f05c72 (diff)
Do not activate the sanity (invariant) checks by default
Diffstat (limited to '')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e0367d73..88cb7d05 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,8 @@ CHARON_TESTS_POLONIUS_DIR ?= $(CHARON_HOME)/tests-polonius
AENEAS_EXE ?= bin/aeneas
# The user can specify additional translation options for Aeneas.
-# By default we do:
-# - unfold all the monadic let bindings to matches (required by F*)
-# - insert calls to the normalizer in the translated code to test the
-# generated unit functions
-OPTIONS +=
+# By default we activate the (expensive) sanity checks.
+OPTIONS ?= -checks
#
# The rules use (and update) the following variables