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
Distributions are making the choice to turn frame pointers on by
default. Nixpkgs recently turned them on, and the method they use to do
so implies that everything is built with them on by default.
NixOS/nixpkgs#399014
Assuming that a well behaved distribution doing this puts
'-fno-omit-frame-pointer' at the beginning of the compiler invocation,
we can still re-enable it by supplying -fomit-frame-pointer thereafter.
See also: #147569
0 commit comments