Skip to content

Commit c2cde79

Browse files
committed
perf: enable mutable-noalias
1 parent da807d5 commit c2cde79

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

xtask/src/build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ impl Build {
9595
.map(|s| vec![s])
9696
.unwrap_or_default();
9797

98-
// TODO: Re-enable mutable-noalias
99-
// https://github.com/hermit-os/kernel/issues/200
100-
rustflags.push("-Zmutable-noalias=no");
101-
10298
if self.instrument_mcount {
10399
rustflags.push("-Zinstrument-mcount");
104100
rustflags.push("-Cpasses=ee-instrument<post-inline>");

0 commit comments

Comments
 (0)