[aravis] build: don't set -Werror -g -O0 in Makefile.am.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] build: don't set -Werror -g -O0 in Makefile.am.
- Date: Thu, 15 Apr 2010 12:30:47 +0000 (UTC)
commit 4eee5574d352791610840f8274febe9310311798
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Thu Apr 15 14:30:25 2010 +0200
build: don't set -Werror -g -O0 in Makefile.am.
src/Makefile.am | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 172c409..606131a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,11 +9,7 @@ INCLUDES = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" $(ARAVIS_CFLAGS) \
-DG_LOG_DOMAIN=\"Aravis\"
-AM_CFLAGS =\
- -Wall\
- -Werror \
- -g \
- -O0
+AM_CFLAGS = -Wall
lib_LTLIBRARIES = libaravis.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]