aports/testing/rezolus/minimize-size.patch
2021-04-13 19:23:59 +02:00

12 lines
171 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,6 +65,7 @@
codegen-units = 1
[profile.release]
-debug = true
lto = true
codegen-units = 1
+opt-level = "z"
+panic = "abort"