Deal with errors generated when RELEASE build made

This commit is contained in:
2025-06-11 07:21:21 +01:00
parent ba7e08122e
commit 34e4d42876
4 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ DEPFLAGS=-MT $@ -MMD -MP -MF
ifeq ($(RELEASE), 1)
CFLAGS=$(GFLAGS) $(RFLAGS) -DDEBUG=0
else
CFLAGS=$(GFLAGS) $(DFLAGS)
CFLAGS=$(GFLAGS) $(DFLAGS) -DDEBUG=2
endif
DIST=build