[dbus-broker] fix the alignment check (#8489)

It should be passed to meson as well to build `dbus-broker` with the
alignment check.
This commit is contained in:
Evgeny Vereshchagin 2022-09-14 12:16:54 +03:00 committed by GitHub
parent b77fd415c0
commit 5fb1c5ecf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ if [[ "$SANITIZER" == undefined ]]; then
UBSAN_FLAGS="-fsanitize=$additional_ubsan_checks -fno-sanitize-recover=$additional_ubsan_checks"
CFLAGS+=" $UBSAN_FLAGS"
CXXFLAGS+=" $UBSAN_FLAGS"
MESON_CFLAGS+=" $UBSAN_FLAGS"
MESON_CXXFLAGS+=" $UBSAN_FLAGS"
fi
pip3 install meson ninja