From 46304befecb0b77a7f496841a1229c6c92e331e1 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Jun 2019 08:33:07 -0400 Subject: Use clang for sanitizers Clang seems to be slightly stricter than gcc. --- README-maintainer | 1 + 1 file changed, 1 insertion(+) (limited to 'README-maintainer') diff --git a/README-maintainer b/README-maintainer index 94e6514b..1fcc7b95 100644 --- a/README-maintainer +++ b/README-maintainer @@ -15,6 +15,7 @@ Memory checks: ./configure CFLAGS="-fsanitize=address -fsanitize=undefined -g" \ CXXFLAGS="-fsanitize=address -fsanitize=undefined -g" \ LDFLAGS="-fsanitize=address -fsanitize=undefined" \ + CC=clang CXX=clang++ \ --enable-werror --disable-shared GOOGLE OSS-FUZZ -- cgit v1.2.3-54-g00ecf