diff options
author | Sidney Congard | 2022-06-21 11:41:09 +0200 |
---|---|---|
committer | Sidney Congard | 2022-06-21 11:41:09 +0200 |
commit | 7703c4ca86a390303d0a120f8811c8fd704c5168 (patch) | |
tree | 399145f7c842d9f59216e17b6e43964b2c4dfaa6 /Makefile | |
parent | 414769e0c9a1d370d3ab906b710e2e8adfe25e5e (diff) |
concrete & symbolic evaluation work with new LLBC format
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ trans-hashmap_main: SUBDIR:=hashmap_on_disk trans-nll-betree_nll: TRANS_OPTIONS += -test-units -no-split-files -no-state -no-decreases-clauses trans-nll-betree_nll: SUBDIR:=misc -trans-constants: TRANS_OPTIONS += -no-split-files -no-state -no-decreases-clauses +trans-constants: TRANS_OPTIONS += -test-units -no-split-files -no-state -no-decreases-clauses trans-constants: SUBDIR:=misc trans-external: TRANS_OPTIONS += |