shithub: scc

Download patch

ref: cb31a80ef0c5eafd2a6e338397134c503b3f8b19
parent: 598c09bdd15ed4acf036700f3e4ec6e3b8d9be44
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Feb 24 00:57:58 EST 2017

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.

--- a/config.mk
+++ b/config.mk
@@ -23,7 +23,7 @@
 SCC_CFLAGS = -DARCH=\"$(ARCH)\" \
              $(CSTDINC) \
              -DPREFIX=\"$(PREFIX)\" \
-             -DNDEBUG \
+             -g \
              $(CFLAGS)
 
 SCC_LDFLAGS = $(LDFLAGS)