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_12bit | |
parent | fe78dde1e5ab55ae1596ca0b6903a441dec6c9b3 (diff) |
contrib: Explicitly set x265 build type to release.
Build contains debug symbols without this.
Diffstat (limited to 'contrib/x265_12bit')
-rw-r--r-- | contrib/x265_12bit/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/x265_12bit/module.defs b/contrib/x265_12bit/module.defs index e2e434016..02b451746 100644 --- a/contrib/x265_12bit/module.defs +++ b/contrib/x265_12bit/module.defs @@ -21,6 +21,8 @@ X265_12.CONFIGURE.extra = -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=ON -DENABLE_LI ifneq (none,$(X265_12.GCC.g)) X265_12.CONFIGURE.extra += -DCMAKE_BUILD_TYPE=Debug +else + X265_12.CONFIGURE.extra += -DCMAKE_BUILD_TYPE=Release endif ifeq (1,$(BUILD.cross)) |