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

13 lines
310 B
Diff
Raw Normal View History

2019-02-18 19:27:53 +00:00
Our rust doesn't like LTO due to us using LLVM 7
--- Cargo.toml
+++ Cargo.toml
@@ -40,7 +40,3 @@ gettext-rs = { version="0.4", features=["gettext-system"] }
crossbeam-deque = "0.7"
cairo-sys-rs = {git="https://github.com/gtk-rs/cairo"}
human-panic = "1"
-
-[profile.release]
-lto = true
-codegen-units = 1