commit d9565cfbb3e18d78b683bae3891f50cf320c6fb0
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Fri Feb 24 05:57:58 2017 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
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
@@ -23,7 +23,7 @@ MANPREFIX = $(PREFIX)/share/man
SCC_CFLAGS = -DARCH=\"$(ARCH)\" \
$(CSTDINC) \
-DPREFIX=\"$(PREFIX)\" \
- -DNDEBUG \
+ -g \
$(CFLAGS)
SCC_LDFLAGS = $(LDFLAGS)