void-packages/srcpkgs/gxi/patches/no-release-opt.patch

11 lines
276 B
Diff
Raw Normal View History

2019-03-18 18:49:15 +00:00
diff --git a/Cargo.toml b/Cargo.toml
index 911ffb9..abd51d5 100644
2019-02-18 19:27:53 +00:00
--- Cargo.toml
+++ Cargo.toml
2019-03-18 18:49:15 +00:00
@@ -44,5 +44,4 @@ default-features = false
features = ["precommit-hook", "prepush-hook", "run-cargo-clippy", "run-cargo-fmt"]
[profile.release]
2019-02-18 19:27:53 +00:00
-lto = true
2019-03-18 18:49:15 +00:00
codegen-units = 1