Some experiments with LTO

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-06 20:06:19 +00:00
parent 5a98036a7d
commit e810c8e4a9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 9 additions and 9 deletions

View file

@ -235,7 +235,7 @@ jobs:
WINEDLLOVERRIDES: "mscoree,mshtml="
run: |
make features
make WITH_LTO=true -j $(nproc)
make -j $(nproc)
- name: Set sha8
id: slug
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
@ -269,7 +269,7 @@ jobs:
WINEDLLOVERRIDES: "mscoree,mshtml="
run: |
make features
make WITH_LTO=true -j $(nproc)
make -j $(nproc)
- name: Set sha8
id: slug
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"