[gnome-packagekit] build: don't default to -g -fexceptions



commit 5986c62f264c820cf5e43b6d7f76cd58c84e5e3e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jun 29 12:21:06 2014 -0500

    build: don't default to -g -fexceptions
    
    -g by default is very unconventional, and I have no clue why C++
    exception support would be wanted here?
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732438

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 57aca39..68f064e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,8 +62,8 @@ fi
 dnl ---------------------------------------------------------------------------
 dnl - Debugging switches (uncomment this if you want to use gdb)
 dnl ---------------------------------------------------------------------------
-CPPFLAGS="$CPPFLAGS -g"
-CPPFLAGS="$CPPFLAGS -fexceptions"
+#CPPFLAGS="$CPPFLAGS -g"
+#CPPFLAGS="$CPPFLAGS -fexceptions"
 
 dnl ---------------------------------------------------------------------------
 dnl - xsltproc


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]