machines/rust/.cargo/config.toml

12 lines
302 B
TOML
Raw Normal View History

[target.aarch64-apple-darwin]
rustflags = ["--cfg", "erase_components"]
[target.aarch64-unknown-linux-gnu]
rustflags = ["--cfg", "erase_components"]
[target.x86_64-unknown-linux-gnu]
rustflags = ["--cfg", "erase_components"]
[target.wasm32-unknown-unknown]
rustflags = ["--cfg", "erase_components"]