]> gitweb.factorcode.org Git - factor.git/commitdiff
GNUMakefile: Use -g for symbols.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 7 May 2014 20:29:05 +0000 (13:29 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 7 May 2014 20:29:05 +0000 (13:29 -0700)
GNUmakefile

index ff5fa72627d5087cbbff72d371a7ea1bdb3e4a52..750d9f8f7071b8168b2a9823706fa4e26151f903 100755 (executable)
@@ -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)