@@ -54,13 +54,13 @@ # at least with ELF, so that's all we need to do. #${OUT}/$(mod).%.x86.lin.32.o: %.x86.lin.32.s $(call arch,x86.lin.32) - yasm -felf32 $< -o $@ + yasm -gdwarf2 -felf32 $< -o $@ #${OUT}/$(mod).%.x86.lin.64.o: %.x86.lin.64.s $(call arch,x86.lin.64) - yasm -felf64 $< -o $@ + yasm -gdwarf2 -felf64 $< -o $@ #-- freebsd # the freebsd ABI is different, so it will require different code # (though there might be ways to minimize that). freebsd uses the