From: Björn Lindqvist Date: Wed, 25 May 2016 22:28:10 +0000 (+0200) Subject: Build: drops debugging symbols, fixes #1634 X-Git-Tag: unmaintained~980 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0107595639a9748ff6ac54a50626f901e5580bd7 Build: drops debugging symbols, fixes #1634 --- diff --git a/GNUmakefile b/GNUmakefile index 753fb05c10..fa06ff2d48 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ ifdef CONFIG ifdef DEBUG CFLAGS += -g -DFACTOR_DEBUG else - CFLAGS += -O3 -g + CFLAGS += -O3 endif ENGINE = $(DLL_PREFIX)factor$(DLL_SUFFIX)$(DLL_EXTENSION)