rust-ape-example/.cargo/config.toml

12 lines
178 B
TOML
Raw Normal View History

2023-10-10 13:15:47 +00:00
[unstable]
build-std-features = [""]
build-std = ["libc", "panic_abort", "std"]
2022-06-21 18:14:49 +00:00
[profile.dev]
panic = "abort"
opt-level = "s"
[profile.release]
panic = "abort"
opt-level = "s"