1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-16 08:49:47 +00:00

remove -funroll-loops from configure.ac based on feedback from Denis Leroy

This commit is contained in:
Charles Kerr 2009-06-03 14:27:02 +00:00
parent dfa3e0f5b6
commit 4324ae9539

View file

@ -22,8 +22,8 @@ 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 -funroll-loops "
CXXFLAGS="$CXXFLAGS -g -O3 -funroll-loops "
CFLAGS="$CFLAGS -g -O3 "
CXXFLAGS="$CXXFLAGS -g -O3 "
fi
AC_DEFINE(TR_STABLE_RELEASE, 1, [Define to 1 if this is a stable release of Transmission])
else