AOSC-Archive / autobuild3

AOSC OS package maintenance toolkit (version 3)
https://aosc.io
GNU General Public License v2.0
24 stars 17 forks source link

arch/cflags: Kill CC debug info #90

Open Artoria2e5 opened 8 years ago

Artoria2e5 commented 8 years ago

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?