]> gitweb.factorcode.org Git - factor.git/blobdiff - GNUmakefile
Build: drops debugging symbols, fixes #1634
[factor.git] / GNUmakefile
index 753fb05c103efb65c5103ce2c2fe703a8332a5e5..fa06ff2d48d131961b334af8c960d267b0c59436 100644 (file)
@@ -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)