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?
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?