From 1b379403ab971e188483df5d580c39695db7f44a Mon Sep 17 00:00:00 2001 From: Micha White Date: Wed, 27 Sep 2023 09:35:50 -0400 Subject: Big changes --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3