Blob Blame History Raw
--- 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