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
proc/12-arch-flags: disable -fpermissive by default
We choose to add NOPERMISSIVE instead of removing it completely, because
plenty of (old) C++ projects requires this to build using newer GCC
versions, such as ncurses (C++ bindings and implementation), and
libstdc++ on some architectures.
0 commit comments