We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db14e6a commit 4b37247Copy full SHA for 4b37247
Makefile
@@ -16,8 +16,8 @@ dce:
16
reanalyze.exe -dce-cmt _build/default/compiler
17
18
rewatch:
19
- cargo build --manifest-path rewatch/Cargo.toml
20
- cp rewatch/target/debug/rewatch rewatch
+ cargo build --manifest-path rewatch/Cargo.toml --release
+ cp rewatch/target/release/rewatch rewatch
21
./scripts/copyExes.js --rewatch
22
23
ninja/ninja:
scripts/buildRuntimeRewatch.sh
100644
100755
@@ -3,7 +3,6 @@ set -e
3
shopt -s extglob
4
5
(cd runtime && ../cli/rewatch.js clean)
6
-rm -f lib
7
(cd runtime && ../cli/rewatch.js build)
8
9
cp runtime/lib/es6/!(Pervasives_mini).js lib/es6
0 commit comments