Skip to content

Commit

Permalink
disable LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Aug 7, 2023
1 parent 5e5d603 commit 09f5839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
hvcc wstd_dl3y.pd -n WSTD_DL3Y -m wstd_dl3y.json -o WSTD_DL3Y -g dpf -p dep/heavylib/ dep/ --copyright "Copyright (c) Wasted Audio 2023 - GPL-3.0-or-later"
cp override/* WSTD_DL3Y/plugin/source/
make -C WSTD_DL3Y WITH_LTO=true -j $(nproc)
make -C WSTD_DL3Y -j $(nproc)
- name: Set sha8 (non-release)
if: startsWith(github.ref, 'refs/tags/') != true
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
hvcc wstd_dl3y.pd -n WSTD_DL3Y -m wstd_dl3y.json -o WSTD_DL3Y -g dpf -p dep/heavylib/ dep/ --copyright "Copyright (c) Wasted Audio 2023 - GPL-3.0-or-later"
cp override/* WSTD_DL3Y/plugin/source/
make -C WSTD_DL3Y WITH_LTO=true -j $(nproc)
make -C WSTD_DL3Y -j $(nproc)
- name: Set sha8 (non-release)
if: startsWith(github.ref, 'refs/tags/') != true
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
run: |
hvcc wstd_dl3y.pd -n WSTD_DL3Y -m wstd_dl3y.json -o WSTD_DL3Y -g dpf -p dep/heavylib/ dep/ --copyright "Copyright (c) Wasted Audio 2023 - GPL-3.0-or-later"
cp override/* WSTD_DL3Y/plugin/source/
make -C WSTD_DL3Y NOOPT=true WITH_LTO=true -j $(sysctl -n hw.logicalcpu)
make -C WSTD_DL3Y NOOPT=true -j $(sysctl -n hw.logicalcpu)
cd WSTD_DL3Y
../dep/dpf/utils/package-osx-bundles.sh
Expand Down

0 comments on commit 09f5839

Please sign in to comment.