diff --git a/Cargo.toml b/Cargo.toml index ad0bd34..b5845ea 100644 --- a/Cargo.toml +++ b/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"}