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
|
endif
|
||||||
|
|
||||||
CFLAGS += -Od -Zi -D_DEBUG -MTd -TP
|
CFLAGS += -Od -Zi -D_DEBUG -MTd -TP
|
||||||
|
LDFLAGS += -DEBUG
|
||||||
else
|
else
|
||||||
CFLAGS += -O0 -g -DDEBUG
|
CFLAGS += -O0 -g -DDEBUG
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue