default config is debug

This commit is contained in:
2025-11-04 20:27:48 +01:00
parent f44ff8c351
commit 23f39ac785
+1 -1
View File
@@ -1,6 +1,6 @@
include make/defaults.mk
NAME := Filter
CONFIG ?= release
CONFIG ?= debug
TARGET ?= JayFilter.so
CFLAGS += -fPIC