diff options
author | Bradley Sepos <[email protected]> | 2018-05-26 18:47:35 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-26 18:47:48 -0400 |
commit | 1ad22857c4d0b8d17328831eb74ebe11d6dbad9a (patch) | |
tree | f7cc545f24895a0e254ff734147bb63c7b9414b4 /contrib/x265_8bit | |
parent | fe78dde1e5ab55ae1596ca0b6903a441dec6c9b3 (diff) |
contrib: Explicitly set x265 build type to release.
Build contains debug symbols without this.
Diffstat (limited to 'contrib/x265_8bit')
-rw-r--r-- | contrib/x265_8bit/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |