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