Skip to content

Commit

Permalink
Generalize this for all CPUs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Oct 12, 2020
1 parent 82aea12 commit a36d6ed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-Wl,-E"
]

[target.aarch64-unknown-linux-gnu]
[target.'cfg(target_os = "linux")']
rustflags = [
"-C", "link-arg=-Wl,-E"
]

0 comments on commit a36d6ed

Please sign in to comment.