(trunk) remove hardcoded optimization flags for supported builds in configure.ac. Packagers/builders/installers know their kernel & hardware better than Transmission does.

This commit is contained in:
Charles Kerr 2010-06-06 17:47:34 +00:00
parent 7b70d91e8f
commit 78e62a38ed
1 changed files with 0 additions and 4 deletions

View 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