Skip to content

Commit 4b37247

Browse files
committed
make it work!
1 parent db14e6a commit 4b37247

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dce:
1616
reanalyze.exe -dce-cmt _build/default/compiler
1717

1818
rewatch:
19-
cargo build --manifest-path rewatch/Cargo.toml
20-
cp rewatch/target/debug/rewatch rewatch
19+
cargo build --manifest-path rewatch/Cargo.toml --release
20+
cp rewatch/target/release/rewatch rewatch
2121
./scripts/copyExes.js --rewatch
2222

2323
ninja/ninja:

scripts/buildRuntimeRewatch.sh

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set -e
33
shopt -s extglob
44

55
(cd runtime && ../cli/rewatch.js clean)
6-
rm -f lib
76
(cd runtime && ../cli/rewatch.js build)
87

98
cp runtime/lib/es6/!(Pervasives_mini).js lib/es6

0 commit comments

Comments
 (0)