fix: remove -DGLFW_DLL flag, since it has no reason to be there and is causing problems

This commit is contained in:
2025-06-15 10:45:40 +02:00
parent c134963773
commit 2b710a28bb

View File

@@ -77,7 +77,6 @@ ifneq ($(DEBUG),test)
SRC := $(shell find src/ -name '*.c')
else
SRC := $(filter-out src/main.c, $(shell find test/ src/ -name '*.c'))
CFLAGS += -DGLFW_DLL
endif
RES := $(shell find res/ -type f)