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:
parent
7b70d91e8f
commit
78e62a38ed
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue