mirror of https://github.com/google/oss-fuzz.git
[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:
parent
b77fd415c0
commit
5fb1c5ecf8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue