package/tbb: always build Release

When tbb is built in Debug mode, it installs libtbb_debug.so instead of
libtbb.so. This confuses downstream packages that want to link with it
(e.g. sysdig).

Always build in Release mode. This means that BR2_ENABLE_RUNTIME_DEBUG
has no effect for this package, but that shouldn't be a bi issue.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2022-04-30 20:57:01 +02:00 committed by Yann E. MORIN
parent 8c05e5a069
commit bc6eb862be

View File

@ -13,6 +13,7 @@ TBB_CPE_ID_VENDOR = intel
TBB_CPE_ID_PRODUCT = threading_building_blocks
TBB_CONF_OPTS = \
-DCMAKE_BUILD_TYPE=Release \
-DTBB_STRICT=OFF \
-DTBB_TEST=OFF