griffin: add -DEBUG to linker flags for MSVC is building with DEBUG=1

This commit is contained in:
Brad Parker 2017-11-27 19:43:07 -05:00
parent 54bf818372
commit 02cb0fc583
1 changed files with 1 additions and 0 deletions

View File

@ -833,6 +833,7 @@ ifeq ($(DEBUG), 1)
endif
CFLAGS += -Od -Zi -D_DEBUG -MTd -TP
LDFLAGS += -DEBUG
else
CFLAGS += -O0 -g -DDEBUG
endif