summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71c8ba9..6907ca9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,10 +2,14 @@
members = [
"model",
"ai",
- "cli",
"ui"
]
+[profile.dev]
+opt-level = 3
+
[profile.release]
lto = true
-panic = 'abort' \ No newline at end of file
+panic = 'abort'
+incremental = false
+codegen-units = 1