Makefile: allow combining UBSan with other sanitizers
commit425ca6710b207f36ca0dfd28cc28b5f360355bef
authorRené Scharfe <l.s.r@web.de>
Sat, 15 Jul 2017 17:18:56 +0000 (15 19:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2017 21:50:27 +0000 (17 14:50 -0700)
treeef93f6969db29a4eefe2cacbf6d703c7c9088af2
parent566cf0b3bd6458a74e8a3df8c01d27f35e7814f2
Makefile: allow combining UBSan with other sanitizers

Multiple sanitizers can be specified as a comma-separated list.  Set
the flag NO_UNALIGNED_LOADS even if UndefinedBehaviorSanitizer is not
the only sanitizer to build with.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile