File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ include $(SMITHY_DAFNY_ROOT)/SmithyDafnyMakefile.mk
13
13
14
14
VERIFY_TIMEOUT := 250
15
15
16
- verify:DAFNY_OPTIONS =--allow-warnings --allow-external-contracts --log-format csv
17
- verify_single:DAFNY_OPTIONS =--allow-warnings --allow-external-contracts --log-format csv
18
- verify_service:DAFNY_OPTIONS =--allow-warnings --allow-external-contracts --log-format csv
16
+ verify:DAFNY_OPTIONS =--allow-deprecation --allow-external-contracts
17
+ verify_single:DAFNY_OPTIONS =--allow-deprecation --allow-external-contracts
18
+ verify_service:DAFNY_OPTIONS =--allow-deprecation --allow-external-contractsv
19
19
20
20
transpile_implementation_net : DAFNY_OPTIONS=--allow-warnings --compile-suffix --legacy-module-names --allow-external-contracts
21
21
transpile_test_net : DAFNY_OPTIONS=--allow-warnings --include-test-runner --compile-suffix --legacy-module-names --allow-external-contracts
You can’t perform that action at this time.
0 commit comments