From 5bbfb95eed39b705e4dd8b5bef51b3be27876fa9 Mon Sep 17 00:00:00 2001 From: Johannes Kauffmann Date: Wed, 31 May 2023 15:48:06 +0200 Subject: open62541: build optimized binary Without any build type specified, open62541 defaults to "Debug". Signed-off-by: Johannes Kauffmann Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb b/meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb index bab0e75864..75cf25c773 100644 --- a/meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb +++ b/meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb @@ -29,6 +29,7 @@ EXTRA_OECMAKE += "\ -DBUILD_SHARED_LIBS=ON \ -DUA_NAMESPACE_ZERO=FULL \ -DUA_LOGLEVEL=600 \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ " PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth" -- cgit v1.2.3-54-g00ecf