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

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Jan 18 17:55:50 UTC 2016


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.
-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

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list