https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118748
user3mila at disroot dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
--- Comment #11 from user3mila at disroot dot org ---
I built the package using this, I left the "-g1 -flto=auto" that was there
already:
# -g1: significantly reduce debug symbol size
export CFLAGS="$CFLAGS -g1 -flto=auto -fstack-reuse=none"
export CXXFLAGS="$CXXFLAGS -g1 -flto=auto -fstack-reuse=none"
And Qt file picker crashes the app.
If I install clang compiled version it does not.