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.
36 lines
1.1 KiB
36 lines
1.1 KiB
--- transmission-1.51/configure~ 2009-02-27 17:48:09.000000000 +0100
|
|
+++ transmission-1.51/configure 2009-02-28 09:38:58.000000000 +0100
|
|
@@ -20147,10 +20147,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
|
|
@@ -20158,10 +20154,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
|
|
@@ -21543,10 +21535,6 @@
|
|
;;
|
|
esac
|
|
|
|
-if test "x$GCC" = "xyes" ; then
|
|
- CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -Wextra -Wredundant-decls -Wpointer-arith -Wformat-security -W -Wmissing-declarations -Wdeclaration-after-statement -Wcast-align -Winit-self -Wundef -Wnested-externs -Wmissing-format-attribute"
|
|
-fi
|
|
-
|
|
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
|
|
$as_echo_n "checking for ANSI C header files... " >&6; }
|
|
if test "${ac_cv_header_stdc+set}" = set; then
|