Issue 122925
Summary [libc++] Consider enabling fast hardening mode (or extensive) when optimizations are disabled
Labels libc++, hardening
Assignees ldionne
Reporter ldionne
    We can take for granted that someone building with `-O0` is doing some kind of debug build and doesn't care too much about performance. So it would probably make sense to enable the fast hardening mode (at least) in that case.

libstdc++ has done this: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112808
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to