We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d422e + 1a3e4d8 commit 07f1fdeCopy full SHA for 07f1fde
src/librustc_target/spec/wasm32_base.rs
@@ -10,13 +10,6 @@ pub fn options() -> TargetOptions {
10
clang_args.push(format!("-Wl,{}", arg));
11
};
12
13
- // There have been reports in the wild (rustwasm/wasm-bindgen#119) of
14
- // using threads causing weird hangs and bugs. Disable it entirely as
15
- // this isn't yet the bottleneck of compilation at all anyway.
16
- //
17
- // FIXME: we should file an upstream issue with LLD about this
18
- arg("--no-threads");
19
-
20
// By default LLD only gives us one page of stack (64k) which is a
21
// little small. Default to a larger stack closer to other PC platforms
22
// (1MB) and users can always inject their own link-args to override this.
0 commit comments