Skip to content

Commit 09f5839

Browse files
committed
disable LTO
1 parent 5e5d603 commit 09f5839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
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"
3131
cp override/* WSTD_DL3Y/plugin/source/
32-
make -C WSTD_DL3Y WITH_LTO=true -j $(nproc)
32+
make -C WSTD_DL3Y -j $(nproc)
3333
3434
- name: Set sha8 (non-release)
3535
if: startsWith(github.ref, 'refs/tags/') != true
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
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"
9090
cp override/* WSTD_DL3Y/plugin/source/
91-
make -C WSTD_DL3Y WITH_LTO=true -j $(nproc)
91+
make -C WSTD_DL3Y -j $(nproc)
9292
9393
- name: Set sha8 (non-release)
9494
if: startsWith(github.ref, 'refs/tags/') != true
@@ -141,7 +141,7 @@ jobs:
141141
run: |
142142
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"
143143
cp override/* WSTD_DL3Y/plugin/source/
144-
make -C WSTD_DL3Y NOOPT=true WITH_LTO=true -j $(sysctl -n hw.logicalcpu)
144+
make -C WSTD_DL3Y NOOPT=true -j $(sysctl -n hw.logicalcpu)
145145
cd WSTD_DL3Y
146146
../dep/dpf/utils/package-osx-bundles.sh
147147

0 commit comments

Comments
 (0)