]> git.pld-linux.org Git - packages/libupnp.git/blob - libupnp-opt.patch
add apidocs bcond
[packages/libupnp.git] / libupnp-opt.patch
1 --- libupnp-1.6.12/configure.ac.orig    2011-02-09 00:55:44.000000000 +0100
2 +++ libupnp-1.6.12/configure.ac 2011-03-07 19:20:34.403417132 +0100
3 @@ -408,19 +408,6 @@
4         echo "Using FreeBSD specific compiler settings"
5         # Put FreeBSD specific compiler flags here
6         ;;
7 -*)
8 -       echo "Using non-specific system compiler settings"
9 -       if test x"$enable_debug" = xyes; then
10 -               # AC_PROG_CC already sets CFLAGS to "-g -O2" by default,
11 -               # but only if CFLAGS was not previously set.
12 -               #:
13 -               # Use -O0 in debug so that variables do not get optimized out
14 -               AX_CFLAGS_GCC_OPTION([-O0, -g])
15 -       else
16 -               # add optimise for size
17 -               AX_CFLAGS_GCC_OPTION([-Os])
18 -       fi
19 -       ;;
20  esac
21  
22  AX_CFLAGS_WARN_ALL
This page took 0.094073 seconds and 3 git commands to generate.