restore opt-level for dev, set it for test

refactor
Niko PLP 1 week ago
parent 2ae66373d9
commit 058204f8bc
  1. 6
      Cargo.toml

@ -55,8 +55,12 @@ documentation = "https://docs.nextgraph.org/"
lto = true
opt-level = 's'
[profile.dev]
[profile.test]
opt-level = 1
debug = "full"
[profile.dev]
opt-level = 2
[patch.crates-io]
# tauri = { git = "https://github.com/simonhyll/tauri.git", branch="fix/ipc-mixup"}

Loading…
Cancel
Save