scripts: enable LTO for Linux builds too

This commit is contained in:
Alibek Omarov
2023-05-14 09:49:39 +03:00
parent 2378331e47
commit fa0e7e4369
2 changed files with 3 additions and 3 deletions

View File

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