Browse Source

Test LTO for mini builds too

Signed-off-by: falkTX <falktx@falktx.com>
tags/24.09
falkTX 1 year ago
parent
commit
ae94366191
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/build.yml

+ 1
- 0
.github/workflows/build.yml View File

@@ -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…
Cancel
Save