11 lines
302 B
TOML
11 lines
302 B
TOML
[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"]
|