summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-10-14 12:51:56 -0400
committerRyan Lortie <desrt@desrt.ca>2011-10-14 12:51:56 -0400
commitcdb0b83eff95a968a127a53351b69836602c79ed (patch)
treef2685d84f3fd744b92979401f928b0fa341e9088 /autogen.sh
parent9a2d9a83b1f172b93492d24e41d4283c1e34cc50 (diff)
downloaddconf-cdb0b83eff95a968a127a53351b69836602c79ed.tar.gz
cut it out with the -Werror
This is a bad idea.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index aaf6544..d1fc5c2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,7 +21,7 @@ autoheader
automake${automake_suffix} --add-missing --foreign
autoconf
-CFLAGS=${CFLAGS=-ggdb -Werror}
+CFLAGS=${CFLAGS=-ggdb}
LDFLAGS=${LDFLAGS=-Wl,-O1}
export CFLAGS LDFLAGS