Some experiments with LTO
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5a98036a7d
commit
e810c8e4a9
6 changed files with 9 additions and 9 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue