mirror of
https://github.com/ahgamut/rust-ape-example.git
synced 2024-11-21 23:41:00 +00:00
7 lines
97 B
TOML
7 lines
97 B
TOML
[profile.dev]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|