diff options
Diffstat (limited to 'makefile.after')
-rw-r--r-- | makefile.after | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.after b/makefile.after index 4ceba2047..32cfc2a56 100644 --- a/makefile.after +++ b/makefile.after @@ -54,8 +54,8 @@ endif # End WINAPP or TTYAPP stuff ifeq ($(DEBUG),1)
COMMONCFLAGS += $(DEFINES:%=-D%) $(INCLUDES:%=-I%) -Fo$(relpath $@) -Fd"$(PDB)" $<
else
-COMMONCFLAGS += $(DEFINES:%=-D%) $(INCLUDES:%=-I%) -Fo$(relpath $@) $<
-PDB= # There is no PDB file generated in a release build
+COMMONCFLAGS += $(DEFINES:%=-D%) $(INCLUDES:%=-I%) -Fo$(relpath $@) -Fd"$(PDB)" $<
+#PDB= # There is no PDB file generated in a release build
endif
.PHONY: all cleanall clean clean$(OBJDIRPREFIX)
|