From 78e62a38edcf85c5f61cb0aa32ce6d45f239e869 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 6 Jun 2010 17:47:34 +0000 Subject: [PATCH] (trunk) remove hardcoded optimization flags for supported builds in configure.ac. Packagers/builders/installers know their kernel & hardware better than Transmission does. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) 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