samba_autoconf: fix undefined behaviour sanitizer compile flags
authorGary Lockyer <gary@catalyst.net.nz>
Wed, 15 May 2019 23:29:34 +0000 (11:29 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 16 May 2019 06:46:18 +0000 (06:46 +0000)
commit93131652a7af622c1dbae016739024150ac38000
tree4a8fec810f1b86e0232c45f0a2c46715327b7b61
parentf0ea08009821805b1abfe2ff3b2a3d5ee96de396
samba_autoconf: fix undefined behaviour sanitizer compile flags

Added the -g option, -fsaniize=null and -fsanitize=alignment, removed
the -fno-omit-frame-pointer option.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
buildtools/wafsamba/samba_autoconf.py