aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 14:33:07 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 16:13:27 +0200
commit46304befecb0b77a7f496841a1229c6c92e331e1 (patch)
tree82a32d2459c18c26a16ad9881306cd4e89d0a451 /README-maintainer
parent79f6b4823b95b65290a045a59fdd4a8d9b302708 (diff)
downloadqpdf-46304befecb0b77a7f496841a1229c6c92e331e1.tar.zst
Use clang for sanitizers
Clang seems to be slightly stricter than gcc.
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer1
1 files changed, 1 insertions, 0 deletions
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