commit 47d4afc16a6c5b90b8aac874f1f6ce39003ac077 parent 5139fe47af4d59f1b5b56cae61bd17a1d38cfcdd Author: Darren Clarke <darren@redaranj.com> Date: Tue, 5 Dec 2023 21:01:01 +0100 Re-add release optimizations Diffstat:
| M | Cargo.toml | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -14,12 +14,12 @@ tempfile = "3.8.1" thiserror = "1.0.50" uniffi = { version = "0.25.2", features = ["build", "cli"] } -# [profile.release] -# strip = true -# opt-level = "z" -# lto = true -# codegen-units = 1 -# panic = "abort" +[profile.release] +strip = true +opt-level = "z" +lto = true +codegen-units = 1 +panic = "abort" [lib] name = "simple_c2pa"