summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmeta-openembedded/meta-oe/recipes-bsp/libcbor/libcbor_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openembedded/meta-oe/recipes-bsp/libcbor/libcbor_git.bb b/meta-openembedded/meta-oe/recipes-bsp/libcbor/libcbor_git.bb
index 53ba23053..faa169ff1 100755
--- a/meta-openembedded/meta-oe/recipes-bsp/libcbor/libcbor_git.bb
+++ b/meta-openembedded/meta-oe/recipes-bsp/libcbor/libcbor_git.bb
@@ -11,3 +11,5 @@ S = "${WORKDIR}/git"
PV = "git${SRCPV}"
inherit cmake
+
+EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"