File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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
2929ENV TARGETS=asmjs-unknown-emscripten
3030
3131# 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.
3432ENV EMCC_CFLAGS=-O1
3533
3634ENV 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
2828
2929ENV TARGETS=wasm32-unknown-emscripten
3030
31+ # Use -O1 optimizations in the link step to reduce time spent optimizing.
32+ ENV EMCC_CFLAGS=-O1
33+
3134# FIXME: Re-enable these tests once https://github.com/rust-lang/cargo/pull/7476
3235# is picked up by CI
3336ENV SCRIPT python2.7 ../x.py test --target $TARGETS \
You can’t perform that action at this time.
0 commit comments