On 2013/01/01 18:05, Benoit Lecocq (blq) wrote:
>   if test "x$enable_maintainermode" = "xno"; then
>   if test "x$enable_release" = "xyes"; then
> --    FLAGS_ALL="-O3 -fomit-frame-pointer -Wall -fsigned-char"
> -+    FLAGS_ALL="${CFLAGS} -fomit-frame-pointer -Wall -fsigned-char"
> +-    default_user_CFLAGS="-O3 -fomit-frame-pointer"
> ++    default_user_CFLAGS="${CFLAGS} -fomit-frame-pointer"

That -fomit-frame-pointer should be removed too, so just something like this:

    default_user_CFLAGS="${CFLAGS}"

otherwise OK.

Reply via email to