diff options
author | Son Ho | 2023-11-27 13:48:46 +0100 |
---|---|---|
committer | Son Ho | 2023-11-27 13:48:46 +0100 |
commit | fdb8555cf6bc21ea230141373920196b078bdd28 (patch) | |
tree | 948e676c2f85844cc26ea8af00f5c5e836106718 /Makefile | |
parent | bef2bd34fcb0817f1b7d16b95122bcc3c6f05c72 (diff) |
Do not activate the sanity (invariant) checks by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |