[recipes] Stop forcing debug builds
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Stop forcing debug builds
- Date: Sun, 5 Mar 2017 05:43:20 +0000 (UTC)
commit f55e42f094dd5c3de03d994b4491a2949189c924
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Mar 4 22:47:34 2017 -0500
Stop forcing debug builds
No need to hardcode -O0 -ggdb here.
src/Makefile.am | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 0ecd6b4..e4af66f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,6 @@ libgd_info = $(shell cat $(top_builddir)/libgd.info)
gnome_recipes_CFLAGS = \
$(WARN_CFLAGS) \
-Wno-sign-compare \
- -O0 -ggdb \
$(RECIPES_CFLAGS) \
-DG_LOG_DOMAIN=\"org.gnome.Recipes\" \
-DPACKAGE_NAME=\"$(PACKAGE_NAME)\" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]