GNUMakefile: Use -g for symbols.

db4
Doug Coleman 2014-05-07 13:29:05 -07:00
parent 8a084926d1
commit e7f64b8c4d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ifdef CONFIG
ifdef DEBUG
CFLAGS += -g -DFACTOR_DEBUG
else
CFLAGS += -O3
CFLAGS += -O3 -g
endif
ENGINE = $(DLL_PREFIX)factor$(DLL_SUFFIX)$(DLL_EXTENSION)