commit | 7bf484ac91b50bb77dbd901a4df692163287d31f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 16 19:14:19 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 16 19:14:19 2020 +0200 |
tree | 8f65f20e9ba37452c76ce285b08f1743c9bbf2b4 | |
parent | 6d4c81db96ed28449cd2f753570830e21ace8fb9 [diff] |
MINOR: version: report the presence of the compiler's address sanitizer Since we've seen clang emit bad code when the address sanitizer is enabled at -O2, better clearly report it in the version output. It is detected both for clang and gcc (both tested with and without).