mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Override optimization levels
This commit is contained in:
parent
e214c81ae5
commit
8d62d35c1b
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ build = "src/build.rs"
|
|||
|
||||
[profile.release]
|
||||
strip = true
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue