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"