From 1ad22857c4d0b8d17328831eb74ebe11d6dbad9a Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sat, 26 May 2018 18:47:35 -0400 Subject: contrib: Explicitly set x265 build type to release. Build contains debug symbols without this. --- contrib/x265_8bit/module.defs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/x265_8bit') diff --git a/contrib/x265_8bit/module.defs b/contrib/x265_8bit/module.defs index 284e3baa0..750d7ba69 100644 --- a/contrib/x265_8bit/module.defs +++ b/contrib/x265_8bit/module.defs @@ -18,6 +18,8 @@ X265_8.CONFIGURE.extra = -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=OFF -DENABLE_LI ifneq (none,$(X265_8.GCC.g)) X265_8.CONFIGURE.extra += -DCMAKE_BUILD_TYPE=Debug +else + X265_8.CONFIGURE.extra += -DCMAKE_BUILD_TYPE=Release endif ifeq (1,$(BUILD.cross)) -- cgit v1.2.3