summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Mejia <amejia004@gmail.com>2013-02-09 12:11:03 -0500
committerAndres Mejia <amejia004@gmail.com>2013-02-09 12:11:03 -0500
commitf141b14d62f0205aa1cb79999e70743d3e0f4a71 (patch)
tree026e5a3e51054783131c4b6f0ef42403d7e22614
parentd4766af8f5715be346f7be265ac3dfe0bd422c38 (diff)
downloadlibarchive-f141b14d62f0205aa1cb79999e70743d3e0f4a71.tar.gz
Remove developer cflags.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 57efe791..3fa2d22b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio
COMMON_CFLAGS=-Wall -Wformat -Wformat-security
# The next line is commented out by default in shipping libarchive releases.
# It is uncommented by default in trunk.
-DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual
+# DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual
AM_CFLAGS=$(COMMON_CFLAGS) $(DEV_CFLAGS)
PLATFORMCPPFLAGS = @PLATFORMCPPFLAGS@
AM_CPPFLAGS=$(PLATFORMCPPFLAGS)