"-fno-sanitize*" options e.g. -fno-sanitize=alignment
or -fno-sanitize-recover=all are used to tune the behvior of
sanitizers in GCC/clang. Let libtool pass these options
to compiler similar to fsanitize=*.
Signed-off-by: Manoj Gupta
---
build-aux/ltmain.in | 3 ++-
1 file changed, 2 insertions(
Merged. Thank you for your contribution.
https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=1ec8fa28dcb29500d485c136db28315671ec4c3b
On 12/9/22 20:33, Sam James wrote:
* build-aux/ltmain.in (func_mode_link): allow -Werror and -Werror=* through
flat filtering at link time.
This is n
Thanks I'll take this for a spin and keep you in the loop.
On 12/9/22 20:33, Sam James wrote:
* build-aux/ltmain.in (func_mode_link): allow -Werror and -Werror=* through
flat filtering at link time.
This is needed for detecting likely-runtime problems with LTO using
e.g. -Werror=odr or