Skip to content

Commit

Permalink
chore: Add -compileSuffix:1 to a couple of other Makefiles (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws authored Jul 17, 2023
1 parent 32b6638 commit cf4522f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TestModels/SimpleTypes/SimpleEnumV2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ transpile_implementation_net:
-runAllTests:1 \
-compile:0 \
-optimizeErasableDatatypeWrapper:0 \
$(COMPILE_SUFFIX_OPTION) \
-useRuntimeLib \
-out runtimes/net/ImplementationFromDafny \
./src/Index.dfy \
Expand All @@ -81,6 +82,7 @@ transpile_test_net:
-runAllTests:1 \
-compile:0 \
-optimizeErasableDatatypeWrapper:0 \
$(COMPILE_SUFFIX_OPTION) \
-useRuntimeLib \
-out runtimes/net/tests/TestsFromDafny \
`find ./test -name '*.dfy'` \
Expand Down
1 change: 1 addition & 0 deletions TestModels/dafny-dependencies/StandardLibrary/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ transpile_implementation:
-spillTargetCode:3 \
-compile:0 \
-optimizeErasableDatatypeWrapper:0 \
$(COMPILE_SUFFIX_OPTION) \
-quantifierSyntax:3 \
-unicodeChar:0 \
-functionSyntax:3 \
Expand Down

0 comments on commit cf4522f

Please sign in to comment.