Skip to content

Commit

Permalink
Potential asmjs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Oct 14, 2021
1 parent 01e1e10 commit b686806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.asmjs-unknown-emscripten
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ RUN apt-get update && apt-get install --assume-yes --no-install-recommends \
ENV CARGO_TARGET_ASMJS_UNKNOWN_EMSCRIPTEN_RUNNER=node

# Prevent 'wasm2js does not support source maps yet' error.
ENV RUSTFLAGS='-C debuginfo=0'
# Also see https://github.com/rust-lang/rust/issues/76679
ENV RUSTFLAGS='-C debuginfo=0 -C link-args=-Wl,-v'

0 comments on commit b686806

Please sign in to comment.