Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas McDonald committed Aug 18, 2023
1 parent 022511b commit 46cbc16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TestModels/dafny-dependencies/StandardLibrary/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ transpile_implementation:
-out $(OUT) \
./src/Index.dfy

build_implementation:
dafny build \
-t:$(TARGET) \
./src/Index.dfy \
-o $(OUT) \
--quantifier-syntax:3 \
--function-syntax:3 \
--optimize-erasable-datatype-wrapper:false \
./src/Index.dfy

# Override SharedMakefile's build_java to not install
# StandardLibrary as a dependency
build_java: transpile_java
Expand Down

0 comments on commit 46cbc16

Please sign in to comment.