File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
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"
31
31
cp override/* WSTD_DL3Y/plugin/source/
32
- make -C WSTD_DL3Y WITH_LTO=true -j $(nproc)
32
+ make -C WSTD_DL3Y -j $(nproc)
33
33
34
34
- name : Set sha8 (non-release)
35
35
if : startsWith(github.ref, 'refs/tags/') != true
88
88
run : |
89
89
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"
90
90
cp override/* WSTD_DL3Y/plugin/source/
91
- make -C WSTD_DL3Y WITH_LTO=true -j $(nproc)
91
+ make -C WSTD_DL3Y -j $(nproc)
92
92
93
93
- name : Set sha8 (non-release)
94
94
if : startsWith(github.ref, 'refs/tags/') != true
@@ -141,7 +141,7 @@ jobs:
141
141
run : |
142
142
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"
143
143
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)
145
145
cd WSTD_DL3Y
146
146
../dep/dpf/utils/package-osx-bundles.sh
147
147
You can’t perform that action at this time.
0 commit comments