blob: f3b48fae89be61f15191da8c7c3afa604ba4e065 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- configure.orig 2025-02-10 14:21:36 UTC
+++ configure
@@ -19899,7 +19899,7 @@ fi
fi
-if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/modules.html" ; then
+if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/index.html" ; then
HAS_PREBUILT_DOXYGEN=yes
fi
if test "x$HAS_PREBUILT_DOXYGEN" = xyes; then
@@ -22374,8 +22374,8 @@ then :
if test "x${ax_enable_debug}" = "xno"
then :
- CFLAGS="-O3 -funroll-loops $CFLAGS"
- CXXFLAGS="-O3 $CXXFLAGS"
+ #CFLAGS="-O3 -funroll-loops $CFLAGS"
+ #CXXFLAGS="-O3 $CXXFLAGS"
fi
|