[SCM] x264/master: No longer filter -g

James Cowgill james410 at cowgill.org.uk
Mon Jan 18 18:54:44 UTC 2016


On Mon, 2016-01-18 at 17:55 +0000, sramacher at users.alioth.debian.org wrote:
> The following commit has been merged in the master branch:
> commit 62fa1933700f86eead46c1de6bb6d824968b68cb
> Author: Sebastian Ramacher <sramacher at debian.org>
> Date:   Mon Jan 18 18:53:43 2016 +0100
> 
>     No longer filter -g
> 
> diff --git a/debian/confflags b/debian/confflags
> index 96be555..7fd1009 100644
> --- a/debian/confflags
> +++ b/debian/confflags
> @@ -4,7 +4,7 @@
>  
>  # Set CFLAGS from DEB_CFLAGS if defined, otherwise add build flags from
>  # dpkg-buildflags excluding -g and -O2.

This comment if of course wrong after this commit.

James

> -CFLAGS = $(or $(DEB_CFLAGS),$(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-g\|-O2//g'))
> +CFLAGS = $(or $(DEB_CFLAGS),$(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-O2//g'))
>  ifeq (,$(CFLAGS))
>    # Handle case for versions of Debian/Ubuntu that have dpkg-dev (<< 1.15.7).
>    CFLAGS = -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20160118/cf43272a/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list