scc

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

commit c5a22041d71e90e6322356925716c32dfa2653f2
parent a7be835f62ea88b05cfd3ee3a31e702133d7cbd2
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 && \