Skip to content

Commit

Permalink
Emit bytecode in dune build for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Jul 15, 2024
1 parent 117b5cb commit ebb9880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

(executable
(name tlapm)
(modes byte)
(public_name tlapm)
(modules tlapm)
(libraries tlapm_lib)
Expand All @@ -26,4 +27,3 @@
(sites tlapm))

(include_subdirs unqualified)

2 changes: 1 addition & 1 deletion test/TOOLS/env_setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ abspath() {
}

if [ -z "$USE_TLAPM" ]; then
TLAPM_BIN=$BASEDIR/../tlapm
TLAPM_BIN=$BASEDIR/../tlapm.exe
else
TLAPM_BIN="$(abspath $USE_TLAPM)"
fi
Expand Down

0 comments on commit ebb9880

Please sign in to comment.