mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:58:41 +00:00
libyui: Adopt to new cmake option to disable Werror
Add -DCMAKE_BUILD_TYPE=RELWITHDEBINFO so we have balance between build speed and debug info Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7af511f644
commit
b22572517b
@ -18,7 +18,7 @@ inherit cmake gettext pkgconfig
|
||||
|
||||
DEPENDS += "boost"
|
||||
|
||||
EXTRA_OECMAKE += "-DENABLE_WERROR=OFF"
|
||||
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DWERROR=OFF"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user