You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
--- transmission-1.61/configure~ 2009-05-12 02:34:04.000000000 +0200
|
|
+++ transmission-1.61/configure 2009-05-28 09:23:05.605365896 +0200
|
|
@@ -20128,10 +20128,6 @@
|
|
|
|
if test 0 = "0"; then
|
|
supported_build=yes
|
|
- if test "x$GCC" = "xyes" ; then
|
|
- CFLAGS="$CFLAGS -g -O3 -funroll-loops "
|
|
- CXXFLAGS="$CXXFLAGS -g -O3 -funroll-loops "
|
|
- fi
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define TR_STABLE_RELEASE 1
|
|
@@ -20139,10 +20135,6 @@
|
|
|
|
else
|
|
supported_build=no
|
|
- if test "x$GCC" = "xyes" ; then
|
|
- CFLAGS="$CFLAGS -g -O0"
|
|
- CXXFLAGS="$CXXFLAGS -g -O0"
|
|
- fi
|
|
if test 0 = "X"; then
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
@@ -21526,8 +21518,6 @@
|
|
|
|
if test "x$GCC" = "xyes" ; then
|
|
|
|
- CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings"
|
|
-
|
|
{ $as_echo "$as_me:$LINENO: checking gcc version" >&5
|
|
$as_echo_n "checking gcc version... " >&6; }
|
|
GCC_VERSION=`$CC -dumpversion`
|