We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed044c commit 71bc63cCopy full SHA for 71bc63c
src/bootstrap/test.rs
@@ -2940,10 +2940,6 @@ impl Step for TestHelpers {
2940
let _guard = builder.msg_unstaged(Kind::Build, "test helpers", target);
2941
t!(fs::create_dir_all(&dst));
2942
let mut cfg = cc::Build::new();
2943
- // FIXME: Workaround for https://github.com/emscripten-core/emscripten/issues/9013
2944
- if target.contains("emscripten") {
2945
- cfg.pic(false);
2946
- }
2947
2948
// We may have found various cross-compilers a little differently due to our
2949
// extra configuration, so inform cc of these compilers. Note, though, that
0 commit comments