svenstaro/dwarf_fortress_unfuck

DFHack crashes

RunningDroid opened this issue · 3 comments

Probably because it needs debugging symbols. Can you recompile with symbols and try again?

I guess something else was stripping symbols out, now I just need to figure out what.

Building with gcc and adding -O2 to CXXFLAGS strips out the symbols, I couldn't find which -f option causes it though.