]> granicus.if.org Git - transmission/commitdiff
(trunk) remove hardcoded optimization flags for supported builds in configure.ac...
authorCharles Kerr <charles@transmissionbt.com>
Sun, 6 Jun 2010 17:47:34 +0000 (17:47 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 6 Jun 2010 17:47:34 +0000 (17:47 +0000)
configure.ac

index 4d2e0ddf977e3cd4b941cc9a95942abf63fb2dc1..14f37e9e6a421c723bfabf78e099d7ae1570af7a 100644 (file)
@@ -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