griffin: add -DEBUG to linker flags for MSVC is building with DEBUG=1
This commit is contained in:
parent
54bf818372
commit
02cb0fc583
|
@ -833,6 +833,7 @@ ifeq ($(DEBUG), 1)
|
|||
endif
|
||||
|
||||
CFLAGS += -Od -Zi -D_DEBUG -MTd -TP
|
||||
LDFLAGS += -DEBUG
|
||||
else
|
||||
CFLAGS += -O0 -g -DDEBUG
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue