ENH Move --memory-init-file flag from EmLinker to asmjs target spec
This commit is contained in:
parent
8e430bfa9a
commit
3fb6d45af9
2 changed files with 5 additions and 7 deletions
|
@ -1120,8 +1120,6 @@ impl<'a> Linker for EmLinker<'a> {
|
|||
OptLevel::Size => "-Os",
|
||||
OptLevel::SizeMin => "-Oz",
|
||||
});
|
||||
// Unusable until https://github.com/rust-lang/rust/issues/38454 is resolved
|
||||
self.cmd.args(&["--memory-init-file", "0"]);
|
||||
}
|
||||
|
||||
fn pgo_gen(&mut self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue