From 5dd7003abf6c07fa491f52ee0c0d661903bb66fe Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 3 Feb 2025 00:41:44 -0600 Subject: mess with stuff --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cc0c065..5e5746e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,10 @@ [workspace] resolver = "2" members = [ "ozone", "ozone-cli", "ozone-helpers", "ozone-ui" ] + +[profile.release] +opt-level = 'z' # Optimize for size +lto = true # Enable link-time optimization +codegen-units = 1 # Reduce number of codegen units to increase optimizations +panic = 'abort' # Abort on panic +strip = true # Strip symbols from binary* -- cgit v1.2.3-70-g09d2