[PATCH] Support "-fno-sanitize*" options.

2022-12-16 Thread Manoj Gupta
"-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(

Re: [PATCH] Allow -Werror and -Werror=* through flag filtering

2022-12-16 Thread Alex Ameen
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

Re: [PATCH] Allow -Werror and -Werror=* through flag filtering

2022-12-16 Thread Alex Ameen
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