From: Charles Kerr Date: Sun, 6 Jun 2010 17:47:34 +0000 (+0000) Subject: (trunk) remove hardcoded optimization flags for supported builds in configure.ac... X-Git-Tag: 2.00~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78e62a38edcf85c5f61cb0aa32ce6d45f239e869;p=transmission (trunk) remove hardcoded optimization flags for supported builds in configure.ac. Packagers/builders/installers know their kernel & hardware better than Transmission does. --- diff --git a/configure.ac b/configure.ac index 4d2e0ddf9..14f37e9e6 100644 --- a/configure.ac +++ b/configure.ac @@ -23,10 +23,6 @@ AC_PROG_LIBTOOL if test m4_substr(peer_id_prefix,6,1) = "0"; then supported_build=yes - if test "x$GCC" = "xyes" ; then - CFLAGS="$CFLAGS -g -O3 " - CXXFLAGS="$CXXFLAGS -g -O3 " - fi CPPFLAGS="$CPPFLAGS -DNDEBUG" else supported_build=no