scc

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

commit 621d21441a0145d30809b3d7af8571e61da63c04
parent d062d33d68113aac202db42602d5e6d513617c40
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 21 Aug 2019 11:34:26 +0100

[driver/posix] Remove debug information

Diffstat:
Msrc/cmd/scc/posix/Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/scc/posix/Makefile b/src/cmd/scc/posix/Makefile @@ -19,7 +19,6 @@ $(BINDIR)/scc: scc.o $(CC) $(SCC_LDFLAGS) scc.o -lscc -o $@ $(BINDIR)/scpp: cpp.sh - set -x ;\ trap "rm -f $$$$.sh" 0 2 3;\ rm -f $@ ;\ sed "s%@PREFIX@%$(PREFIX)%" < cpp.sh > $$$$.sh && \