mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: enable LTO for Linux builds too
This commit is contained in:
@@ -78,7 +78,7 @@ modules:
|
||||
build-options: *compat-i386-opts
|
||||
build-commands:
|
||||
- |
|
||||
python waf configure -T release --enable-all-renderers --enable-packaging --prefix=/app --libdir=/app/lib32
|
||||
python waf configure -T release --enable-all-renderers --enable-packaging --enable-lto --prefix=/app --libdir=/app/lib32
|
||||
python waf build
|
||||
python waf install --destdir=/
|
||||
mkdir -p /app/bin
|
||||
|
||||
Reference in New Issue
Block a user