1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

(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

View file

@ -23,10 +23,6 @@ AC_PROG_LIBTOOL
if test m4_substr(peer_id_prefix,6,1) = "0"; then if test m4_substr(peer_id_prefix,6,1) = "0"; then
supported_build=yes supported_build=yes
if test "x$GCC" = "xyes" ; then
CFLAGS="$CFLAGS -g -O3 "
CXXFLAGS="$CXXFLAGS -g -O3 "
fi
CPPFLAGS="$CPPFLAGS -DNDEBUG" CPPFLAGS="$CPPFLAGS -DNDEBUG"
else else
supported_build=no supported_build=no