960d3b08a0
dependencies.
13 lines
345 B
Text
13 lines
345 B
Text
--- configure.orig 2017-01-01 03:46:48 UTC
|
|
+++ configure
|
|
@@ -20547,8 +20547,8 @@ if test "x$debug" = xtrue; then
|
|
CFLAGS="-g $CFLAGS"
|
|
else
|
|
CPPFLAGS="-DNDEBUG $CPPFLAGS"
|
|
- CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//')
|
|
- CFLAGS="-O3 -funroll-loops $CFLAGS"
|
|
+ #CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//')
|
|
+ #CFLAGS="-O3 -funroll-loops $CFLAGS"
|
|
fi
|
|
|
|
|