From 6f557f6ecc849cf77ee5d8d5a86e1db949877425 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 22 Mar 2009 19:14:29 +0000 Subject: Backed-out STRIP_XO by default. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b357c99f..ebbeb521 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ CFLAGS += $(VFLAGS) # If you want to strip `Xo/Xc' macro pairs, enable this. Really, only # OpenBSD should be doing this while it kicks its cruft. -CFLAGS += -DSTRIP_XO -LINTFLAGS += -DSTRIP_XO +#CFLAGS += -DSTRIP_XO +#LINTFLAGS += -DSTRIP_XO LIBLNS = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \ validate.ln action.ln lib.ln att.ln arch.ln vol.ln \ -- cgit