X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-demo-platform-crosssdk.bb;h=a814b694e6f562d0f63fb0a8e22c2ff923a8cfed;hb=3258649b0452f69c666d1f2f6aff04eb03abf7d0;hp=dcd8848f5b2ed467ca4af7a4b87a9f24a28d6719;hpb=1d7fe07ecc136cc0da9b25f57c2f599044c92f4c;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"