]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: use FUZZ_CXXFLAGS for linking fuzzers
authorJosh Steadmon <steadmon@google.com>
Wed, 14 Nov 2018 19:41:47 +0000 (11:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Nov 2018 05:25:06 +0000 (14:25 +0900)
commit927c77e7d4d1e42c1e523d4651a7fe2c9122fe32
treec4c3a6b030965b8e95fb7f78ef48f9e9a24bf068
parent1127a98ccea2a911d2043dcc9ce301e080a3cc39
Makefile: use FUZZ_CXXFLAGS for linking fuzzers

OSS-Fuzz requires C++-specific flags to link fuzzers. Passing these in
CFLAGS causes lots of build warnings. Using separate FUZZ_CXXFLAGS
avoids this.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile