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:
Khem Raj
2021-03-03 15:36:51 -08:00
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"