You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ldionne
added
hardening
Issues related to the hardening effort
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
labels
Jan 14, 2025
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
The text was updated successfully, but these errors were encountered: