summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 19:14:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 19:14:29 +0000
commit060d9cf80b1e729bb93a41ee7dd374f9c9dcc8b1 (patch)
treebc3fd66a7ef83675d6372616b3c71d1ec8bee883
parent88d20eead0ae7a10800a000fd389e1b49ed6431e (diff)
downloadmandoc-060d9cf80b1e729bb93a41ee7dd374f9c9dcc8b1.tar.gz
mandoc-060d9cf80b1e729bb93a41ee7dd374f9c9dcc8b1.tar.zst
mandoc-060d9cf80b1e729bb93a41ee7dd374f9c9dcc8b1.zip
Backed-out STRIP_XO by default.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 \