Enable LTO for win64 builds; Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-05 15:15:29 +00:00
parent af9e1adddf
commit 16f1afc73c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
9 changed files with 130 additions and 116 deletions

View file

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