------- Comment #36 from jakub at gcc dot gnu dot org 2009-09-22 15:04 ------- Remove -gdwarf-2 as well. -gdwarf-2 is the same as -g when dwarf_version defaults to 2 (which is true on the trunk). Easiest quick hack to turn -gstrict-dwarf on is add Init(1) to gno-strict-dwarf in common.opt (that's how I've been testing it).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41405