Actions
Feature #3852
open
RF
RF
Ability to build with sanitizers
Feature #3852:
Ability to build with sanitizers
Effort:
Difficulty:
Label:
Description
While one can inject building with the different sanitizers easily from the outside through CFLAGS and LDFLAGS, I would recommend to add them to the configure script for easier usage so that one can e.g. call configure --enable-address-sanitizer or if you like it shorter configure --enable-asan
Recommend to start with the main sanitizers supported by both gcc and clang: asan, ubsan, tsan.
Actions