Build: drops debugging symbols, fixes #1634

locals-and-roots
Björn Lindqvist 2016-05-26 00:28:10 +02:00
parent 179b565b2b
commit 0107595639
1 changed files with 1 additions and 1 deletions

View File

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