diff --git a/recipes/orbutils-background/recipe.sh b/recipes/orbutils-background/recipe.sh index 2105db9fd73fc1e9287aa8efbd921a2cbe967bd2..e48366097b0a70b299848eb278cfacc7be507396 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 b2504a2223a56d1229cccba5eaabd7effcd5aa56..fddf4ab605b43f92ea9de127c6c5bb2d84faae62 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 43aeddcd92bdb65c1ab0a7cbb4f2f0b783306b9c..7bf9289bea599885cd9c46358c562b2f2765958a 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"