------- Comment #5 from pinskia at gcc dot gnu dot org 2010-03-02 17:52 ------- (In reply to comment #4) > So, in case I build with -g, I can just use -fno-asynchronous-unwind-tables > safely ?
Yes it is safe but not recommended though. I should mention the x86_64 elf ABI requires this section to be created. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43232