Test LTO for mini builds too
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
e0da10a922
commit
ae94366191
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -504,6 +504,7 @@ jobs:
|
|||
- name: Build linux (LTO)
|
||||
run: |
|
||||
make features
|
||||
make WITH_LTO=true -j $(nproc) mini
|
||||
make WITH_LTO=true -j $(nproc) native
|
||||
|
||||
sysdeps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue