Use release instead of LTO in CI (#8706)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
71609a404d
commit
c0d4f0e45f
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user