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
476 B
14 lines
476 B
--- transmission-1.11/configure.orig 2008-05-02 15:58:10.000000000 +0200
|
|
+++ transmission-1.11/configure 2008-05-02 15:58:20.000000000 +0200
|
|
@@ -20809,8 +20809,8 @@
|
|
|
|
|
|
if test "x$GCC" = "xyes" ; then
|
|
- CFLAGS="-g -Wall -W -O3 -funroll-loops"
|
|
- CXXFLAGS="-g -Wall -W -O3 -funroll-loops"
|
|
+ CFLAGS="-Wall -W"
|
|
+ CXXFLAGS="-Wall -W"
|
|
fi
|
|
{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
|
|
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
|