summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-09-27 09:35:50 -0400
committerMicha White <botahamec@outlook.com>2023-09-27 09:35:50 -0400
commit1b379403ab971e188483df5d580c39695db7f44a (patch)
treef9d547fe9d4bf0fd7c8ddabcf5e6fd119a9ff6bf /Cargo.toml
parent10438fa9ae1dc4624ebb1780238d46d4b5d3f0eb (diff)
Big changes
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