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.
14 lines
595 B
14 lines
595 B
16 years ago
|
--- transmission-1.40.orig/configure 2008-11-21 09:45:25.000000000 +0100
|
||
|
+++ transmission-1.40/configure 2008-11-21 09:47:58.000000000 +0100
|
||
|
@@ -21454,8 +21454,8 @@
|
||
|
|
||
|
|
||
|
if test "x$GCC" = "xyes" ; then
|
||
|
- CFLAGS="-g -Wall -Wformat-security -W -Wmissing-prototypes -Wdeclaration-after-statement -O3 -funroll-loops"
|
||
|
- CXXFLAGS="-g -Wall -Wformat-security -W -O3 -funroll-loops"
|
||
|
+ CFLAGS="-g -Wall -Wformat-security -W -Wmissing-prototypes -Wdeclaration-after-statement"
|
||
|
+ CXXFLAGS="-g -Wall -Wformat-security -W"
|
||
|
fi
|
||
|
|
||
|
{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
|