diff --git a/Makefile.griffin b/Makefile.griffin index 0eaa721ead..5e2217dd6e 100644 --- a/Makefile.griffin +++ b/Makefile.griffin @@ -833,6 +833,7 @@ ifeq ($(DEBUG), 1) endif CFLAGS += -Od -Zi -D_DEBUG -MTd -TP + LDFLAGS += -DEBUG else CFLAGS += -O0 -g -DDEBUG endif