about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-06-10 22:32:30 +0200
committerGitHub <noreply@github.com>2022-06-10 22:32:30 +0200
commit35ba4dc03163b30616a7232bb3344d84bd83769e (patch)
tree4d8e077b0c6f9a08c70ddc624d1fb0f24240bcfe /compiler/rustc_codegen_gcc
parent07771137eba1af7951acd64c5cedc6915f6b7984 (diff)
parentb32238ae6f788bf14b24c46e1e9224c21dd59846 (diff)
downloadrust-35ba4dc03163b30616a7232bb3344d84bd83769e.tar.gz
rust-35ba4dc03163b30616a7232bb3344d84bd83769e.zip
Rollup merge of #97928 - hoodmane:emscripten-no-assertions, r=tlively
Removes debug settings from wasm32_unknown_emscripten default link args

This is a debug setting. We should only make debug builds if user requests
a debug build. Currently this is inserted in release builds.

Furthermore, it would be better to insert these settings in --pre-link-args
because then it would be possible to override them if appropriate. Because
these are inserted at the end, it is necessary to patch emscripten to remove
them.

``@sbc100``
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions