antiword: disable DEBUG build

This should prevent the verbose output
This commit is contained in:
François Revol
2014-12-08 23:11:57 +01:00
parent db95a2e4d0
commit 10e8693868

View File

@@ -28,7 +28,7 @@ diff -Naur antiword-0.37/Makefile.haiku antiword-0.37-haiku/Makefile.haiku
+INSTALL_DATA = $(INSTALL)
+
+# must be equal to DEBUG or NDEBUG
+DB = DEBUG
+DB = NDEBUG
+# Optimization: -O<n> or debugging: -g
+OPT = -O2
+