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:
parent
dfa3e0f5b6
commit
4324ae9539
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue