aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorJohannes Kauffmann <johanneskauffmann@hotmail.com>2023-05-31 15:48:06 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-05 09:45:30 -0700
commit5bbfb95eed39b705e4dd8b5bef51b3be27876fa9 (patch)
tree063f0f40a0751eb4c98c6b73d6716deb75df58f7 /meta-networking/recipes-protocols
parentd17e287c81187eee57c2744945cf0d9c4d5ca326 (diff)
downloadmeta-openembedded-contrib-5bbfb95eed39b705e4dd8b5bef51b3be27876fa9.tar.gz
open62541: build optimized binary
Without any build type specified, open62541 defaults to "Debug". Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb1
1 files changed, 1 insertions, 0 deletions
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"