scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit d9565cfbb3e18d78b683bae3891f50cf320c6fb0
parent 57722b5e8fb04004d69edee448957a8dc10c982f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 24 Feb 2017 05:57:58 +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.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)