OSDN Git Service

Merge branch 'jk/build-with-asan'
authorJunio C Hamano <gitster@pobox.com>
Thu, 20 Jul 2017 23:29:59 +0000 (16:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jul 2017 23:29:59 +0000 (16:29 -0700)
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

1  2 
Makefile

diff --cc Makefile
Simple merge