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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
In a certain commit we enabled some debug info to make Gtk happy. However, compilers generating debug info means extra fat object files, and unhappy RAM usage when linking.
Should we force some -g0 or -g1 for now? And should we do some research on the split-debug thing in gcc?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a certain commit we enabled some debug info to make Gtk happy. However, compilers generating debug info means extra fat object files, and unhappy RAM usage when linking.
Should we force some
-g0
or-g1
for now? And should we do some research on the split-debug thing in gcc?The text was updated successfully, but these errors were encountered: