[dconf] cut it out with the -Werror
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] cut it out with the -Werror
- Date: Fri, 14 Oct 2011 16:52:11 +0000 (UTC)
commit cdb0b83eff95a968a127a53351b69836602c79ed
Author: Ryan Lortie <desrt desrt ca>
Date: Fri Oct 14 12:51:56 2011 -0400
cut it out with the -Werror
This is a bad idea.
autogen.sh | 2 +-
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]