f1c48500ccf2398f64c49893592dbfa199a3fea9
[feed/telephony.git] / net / asterisk-chan-dongle / patches / 300-use-openwrt-flags.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -224,8 +224,6 @@ dnl Apply options to defines
4 if test "x$enable_debug" = "xyes" ; then
5 CFLAGS="$CFLAGS -O0 -g"
6 AC_DEFINE([__DEBUG__], [1], [Build with debugging])
7 -else
8 - CFLAGS="$CFLAGS -O6"
9 fi
10
11 dnl Asterisk header files use lots of old style declarations, ignore those.