diff options
| author | 2025-02-03 00:41:44 -0600 | |
|---|---|---|
| committer | 2025-02-03 00:41:44 -0600 | |
| commit | 5dd7003abf6c07fa491f52ee0c0d661903bb66fe (patch) | |
| tree | 244ca269a9c2aff2a1fc439bfe7ca37485445b99 /Cargo.toml | |
| parent | random ahh changes before I make the actual thing (diff) | |
mess with stuff
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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* |
