mirror of
https://github.com/ahgamut/rust-ape-example.git
synced 2024-11-24 00:41:00 +00:00
add cargo config
This commit is contained in:
parent
87d3f37776
commit
26c4c14d96
1 changed files with 7 additions and 0 deletions
7
.cargo/config.toml
Normal file
7
.cargo/config.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[profile.dev]
|
||||
panic = "abort"
|
||||
opt-level = "s"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
opt-level = "s"
|
Loading…
Reference in a new issue