André Hentschel nerv@dawncrow.de writes:
Newer clang versions (>3.7) default to output more information than our dwarf parser can correctly handle. Using -g1 fixes the issue so that the bug fixed in patch 1 would be hidden again. This patch avoids other problems and FIXMEs like:
Clearly these should be fixed instead of reducing the amount of debug information.