mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Remove -C lto from incompatible packages
This commit is contained in:
parent
2edb12922d
commit
bc5e63fa75
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user