dasher r3596 - trunk
- From: pwelche svn gnome org
- To: svn-commits-list gnome org
- Subject: dasher r3596 - trunk
- Date: Mon, 6 Oct 2008 15:01:00 +0000 (UTC)
Author: pwelche
Date: Mon Oct 6 15:00:59 2008
New Revision: 3596
URL: http://svn.gnome.org/viewvc/dasher?rev=3596&view=rev
Log:
Remove changequote nastiness: warnings about virtual destructors are
dependent on -Weffc++ which we don't set, and we don't know better about
the optimisation level the user wants - gcc's default is -O2 anyway. (I
may want -O0 to debug)
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Oct 6 15:00:59 2008
@@ -16,15 +16,6 @@
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-changequote(,)dnl
-if test "x$GCC" = "xyes"; then
- CXXFLAGS="$CXXFLAGS -Wall -Wno-non-virtual-dtor"
- case " $CXXFLAGS " in
- *[\ \ ]-O*) ;;
- *) CXXFLAGS="$CXXFLAGS -O2" ;;
- esac
-fi
-changequote([,])dnl
dnl AM_ICONV
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]