Use release instead of LTO in CI (#8706)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90 2025-12-31 01:13:23 +01:00 committed by GitHub
parent 71609a404d
commit c0d4f0e45f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,11 +31,11 @@ jobs:
env: env:
COMPARE: 0 COMPARE: 0
run: make -j${nproc} -O all run: make -j${nproc} -O all
- name: LTO - name: Release
run: | run: |
make tidy make tidy
make -j${nproc} LTO=1 make -j${nproc} release
# make tidy to purge previous build # make tidy to purge previous build
- name: Test - name: Test