File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ ENV EM_CONFIG=/emsdk-portable/.emscripten
29
29
ENV TARGETS=asmjs-unknown-emscripten
30
30
31
31
# Use -O1 optimizations in the link step to reduce time spent optimizing JS.
32
- # FIXME: Switch to testing wasm32-unknown-emscripten and -O1 to save more time
33
- # once the CI picks up https://github.com/rust-lang/cargo/pull/7476.
34
32
ENV EMCC_CFLAGS=-O1
35
33
36
34
ENV SCRIPT python2.7 ../x.py test --target $TARGETS
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ ENV EM_CONFIG=/emsdk-portable/.emscripten
28
28
29
29
ENV TARGETS=wasm32-unknown-emscripten
30
30
31
+ # Use -O1 optimizations in the link step to reduce time spent optimizing.
32
+ ENV EMCC_CFLAGS=-O1
33
+
31
34
# FIXME: Re-enable these tests once https://github.com/rust-lang/cargo/pull/7476
32
35
# is picked up by CI
33
36
ENV SCRIPT python2.7 ../x.py test --target $TARGETS \
You can’t perform that action at this time.
0 commit comments