Skip to content

Commit a73b4cf

Browse files
committed
Update DPF, stop building StutterJuice
Signed-off-by: falkTX <falktx@falktx.com>
1 parent f9db96d commit a73b4cf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
- name: Build plugins
256256
env:
257257
CFLAGS: -g
258-
CXXFLAGS: -g
258+
CXXFLAGS: -g -DDPF_ABORT_ON_ERROR
259259
LDFLAGS: -static-libgcc -static-libstdc++
260260
run: |
261261
make features

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ endif
1818
plugins: dgl
1919
$(MAKE) all -C plugins/PowerJuice
2020
$(MAKE) all -C plugins/PowerJuiceX2
21-
$(MAKE) all -C plugins/StutterJuice
2221
$(MAKE) all -C plugins/TriggerJuice
2322
$(MAKE) all -C plugins/VectorJuice
2423
$(MAKE) all -C plugins/WobbleJuice

0 commit comments

Comments
 (0)