Skip to content

Commit

Permalink
scripts: flatpak: disable LTO for Flatpak for now, it causes linker e…
Browse files Browse the repository at this point in the history
…rrors
  • Loading branch information
a1batross committed Jul 21, 2023
1 parent 43fde38 commit 3d49ca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/flatpak/su.xash.Engine.Compat.i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ modules:
buildsystem: simple
build-options: *compat-i386-opts
build-commands:
# HACKHACK: removed --enable-lto because it causes linker errors in Flatpak build
- |
python waf configure -T release --enable-all-renderers --enable-packaging --enable-lto --prefix=/app --libdir=/app/lib32
python waf configure -T release --enable-all-renderers --enable-packaging --prefix=/app --libdir=/app/lib32
python waf build
python waf install --destdir=/
mkdir -p /app/bin
Expand Down

0 comments on commit 3d49ca2

Please sign in to comment.