From bc5e63fa75594f5fb4aa07d6a9bca0a745f66c1c Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Mon, 24 Aug 2020 21:18:03 -0600
Subject: [PATCH] Remove -C lto from incompatible packages

---
 recipes/orbutils-background/recipe.sh | 2 +-
 recipes/orbutils-launcher/recipe.sh   | 2 +-
 recipes/orbutils-orblogin/recipe.sh   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/orbutils-background/recipe.sh b/recipes/orbutils-background/recipe.sh
index 2105db9fd..e48366097 100644
--- a/recipes/orbutils-background/recipe.sh
+++ b/recipes/orbutils-background/recipe.sh
@@ -1,4 +1,4 @@
 GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
 BINDIR=/ui/bin
-CARGOFLAGS="--bin background -- -C lto"
+CARGOFLAGS="--bin background"
 DEPENDS="orbital"
diff --git a/recipes/orbutils-launcher/recipe.sh b/recipes/orbutils-launcher/recipe.sh
index b2504a222..fddf4ab60 100644
--- a/recipes/orbutils-launcher/recipe.sh
+++ b/recipes/orbutils-launcher/recipe.sh
@@ -1,4 +1,4 @@
 GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
 BINDIR=/ui/bin
-CARGOFLAGS="--bin launcher -- -C lto"
+CARGOFLAGS="--bin launcher"
 DEPENDS="orbital"
diff --git a/recipes/orbutils-orblogin/recipe.sh b/recipes/orbutils-orblogin/recipe.sh
index 43aeddcd9..7bf9289be 100644
--- a/recipes/orbutils-orblogin/recipe.sh
+++ b/recipes/orbutils-orblogin/recipe.sh
@@ -1,4 +1,4 @@
 GIT=https://gitlab.redox-os.org/redox-os/orbutils.git
 BINDIR=/ui/bin
-CARGOFLAGS="--bin orblogin -- -C lto"
+CARGOFLAGS="--bin orblogin"
 DEPENDS="orbital"
-- 
GitLab