Remove -C lto from incompatible packages

This commit is contained in:
Jeremy Soller 2020-08-24 21:18:03 -06:00
parent 2edb12922d
commit bc5e63fa75
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"