mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
tbb: pass TBB_STRICT=OFF to disable -Werror
Don't treat compiler warnings as errors to avoid failures when compiling with newer versions. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -25,6 +25,7 @@ inherit cmake pkgconfig
|
|||||||
EXTRA_OECMAKE += " \
|
EXTRA_OECMAKE += " \
|
||||||
-DTBB_TEST=OFF \
|
-DTBB_TEST=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DTBB_STRICT=OFF \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
|
# Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
|
||||||
|
|||||||
Reference in New Issue
Block a user