mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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 += " \
|
||||
-DTBB_TEST=OFF \
|
||||
-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)
|
||||
|
||||
Reference in New Issue
Block a user