[hackers] [scc] Change default build to debug || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Fri, 24 Feb 2017 05:59:09 +0100 (CET)

commit d9565cfbb3e18d78b683bae3891f50cf320c6fb0
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Feb 24 05:57:58 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Fri Feb 24 05:57:58 2017 +0100

    Change default build to debug
    
    At this moment it is a bit stupid to build scc without support
    for debugging, because scc is useless out of the its own
    development.

diff --git a/config.mk b/config.mk
index b1cc627..4fc343b 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -23,7 +23,7 @@ MANPREFIX = $(PREFIX)/share/man
 SCC_CFLAGS = -DARCH=\"$(ARCH)\" \
              $(CSTDINC) \
              -DPREFIX=\"$(PREFIX)\" \
- -DNDEBUG \
+ -g \
              $(CFLAGS)
 
 SCC_LDFLAGS = $(LDFLAGS)
Received on Fri Feb 24 2017 - 05:59:09 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 24 2017 - 06:00:20 CET