tvheadend: add conditions for -O3 and LTO optimizations
authorMarius Dinu <m95d+git@psihoexpert.ro>
Wed, 30 Nov 2022 09:21:39 +0000 (11:21 +0200)
committerRosen Penev <rosenp@gmail.com>
Sat, 3 Dec 2022 19:31:55 +0000 (11:31 -0800)
commit149053198146a8821e8c12d7c7fce8c3a175c5b7
treeaa6d778ff2c8579cea1883b151346fea0d46bb0f
parent865412cd046d22f53573d5cf640d5c14bc6571ea
tvheadend: add conditions for -O3 and LTO optimizations

Building for arc, mips and powerpc platforms fails if -O3 and LTO optimizations are enabled. This patch removes that option for everything other than arm and x86_64. These are known to work.
Fixes issue #19923.
Also fixes a typo in the description.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
multimedia/tvheadend/Config.in