X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;fp=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;h=a814b694e6f562d0f63fb0a8e22c2ff923a8cfed;hb=d1c0f32a43fbe5e1bdbab2a8ebdfd7631dec179e;hp=dcd8848f5b2ed467ca4af7a4b87a9f24a28d6719;hpb=b18b813c543556544e54c41c541fd121fb002378;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index dcd8848f5..a814b694e 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -74,3 +74,8 @@ TOOLCHAIN_TARGET_TASK += "nlohmann-json-dev" # other users of the C++17 filesystem standard library feature. # Can be removed upon upgrade to gcc 9.x, as it will no longer be necessary. TOOLCHAIN_TARGET_TASK += "libstdc++-staticdev" + +# Add gcc-sanitizers to support building applications using the SDK with +# AddressSanitizer support to detect use-after-frees along with other +# memory issue. +TOOLCHAIN_TARGET_TASK += "gcc-sanitizers"