Ilya,

Am 16.03.20 um 07:52 schrieb Илья Шипицин:
> we use clang because of its address sanitizer. I found gcc asan more noisy
> and less usable.

I believe you broke ASAN with clang-9 anyway, because the Travis
configuration checks for 'clang':
https://github.com/haproxy/haproxy/blob/67b095e797a156ae27b7b52f6ccf57171717dd16/.travis.yml#L108

It probably needs to read `if [ "$CC"  = "clang*" ]` (unless I got my
bash syntax wrong).

Best regards
Tim Düsterhus

Reply via email to