Makefile: turn off -fomit-frame-pointer with sanitizers
commitddbc8a6d3e15acba2e145fb9c8cd93c1531cc576
authorJeff King <peff@peff.net>
Mon, 10 Jul 2017 13:24:47 +0000 (10 09:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jul 2017 17:02:30 +0000 (10 10:02 -0700)
tree89e12f02f4f4293ed99529d348c72918fc076b8a
parent56b5db30d0dc1e5d20fa28cbb6e76a5a932d812f
Makefile: turn off -fomit-frame-pointer with sanitizers

The ASan manual recommends disabling this optimization, as
it can make the backtraces produced by the tool harder to
follow (and since this is a test-debug build, we don't care
about squeezing out every last drop of performance).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile