Merge branch 'jk/build-with-asan'
commite4efb39555582c5687df7a585f4cd9043dcd8ebc
authorJunio C Hamano <gitster@pobox.com>
Thu, 20 Jul 2017 23:29:59 +0000 (20 16:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jul 2017 23:29:59 +0000 (20 16:29 -0700)
treeaa20430040a6f8fc3611df49347b3695c626bd5b
parentd5bfa469f467ff2c890272301ecab9ff94799ae3
parent425ca6710b207f36ca0dfd28cc28b5f360355bef
Merge branch 'jk/build-with-asan'

A recent update made it easier to use "-fsanitize=" option while
compiling but supported only one sanitize option.  Allow more than
one to be combined, joined with a comma, like "make SANITIZE=foo,bar".

* jk/build-with-asan:
  Makefile: allow combining UBSan with other sanitizers
Makefile