diff --git a/glide3x/Makefile.win32 b/glide3x/Makefile.win32 index e852b60..140e26f 100644 --- a/glide3x/Makefile.win32 +++ b/glide3x/Makefile.win32 @@ -308,7 +308,7 @@ ARFLAGS = -nologo ASFLAGS = -O2 -fwin32 -D__WIN32__ --prefix _ !if "$(DEBUG)"== "1" -CFLAGS = $(CFLAGS) -Od -LDd -MLd -DDEBUG=1 -D_DEBUG -Zi +CFLAGS = $(CFLAGS) -Od -LDd -MLd -DDEBUG=1 -D_DEBUG -Z7 LFLAGS = $(LFLAGS) -debugtype:both /DEBUG ARFLAGS = $(ARFLAGS) -debugtype:both ASFLAGS = $(ASFLAGS) -g -DDEBUG=1