2 changed files with 16 additions and 6 deletions
@ -1,11 +1,21 @@
|
||||
Index: configure
|
||||
--- configure.orig 2011-05-15 17:34:45.000000000 +0200
|
||||
+++ configure 2011-05-17 19:51:04.000000000 +0200
|
||||
@@ -14588,7 +14588,6 @@
|
||||
--- configure.orig 2012-06-03 09:18:37.000000000 +0200
|
||||
+++ configure 2012-06-03 19:46:43.000000000 +0200
|
||||
@@ -11856,7 +11856,7 @@
|
||||
|
||||
|
||||
LDFLAGS="$LIBM $LDFLAGS"
|
||||
-CFLAGS="-Wall -Werror"
|
||||
-CFLAGS="-Wall"
|
||||
+CFLAGS=""
|
||||
|
||||
ac_ext=cpp
|
||||
ac_cpp='$CXXCPP $CPPFLAGS'
|
||||
@@ -15456,7 +15456,7 @@
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
-CXXFLAGS="$CXXFLAGS -Wall -Wno-unused-function -DNDEBUG -O3 -fomit-frame-pointer"
|
||||
+CXXFLAGS="$CXXFLAGS -DNDEBUG -O2 -fomit-frame-pointer"
|
||||
# Check whether --enable-cxxmph was given.
|
||||
if test "${enable_cxxmph+set}" = set; then :
|
||||
enableval=$enable_cxxmph; case "${enableval}" in
|
||||
|
||||
Loading…
Reference in new issue