]> git.pld-linux.org Git - packages/scummvm.git/blame_incremental - dwarf-debug.patch
- generate nasm debug info in dwarf format
[packages/scummvm.git] / dwarf-debug.patch
... / ...
CommitLineData
1--- scummvm-1.6.0/configure~ 2013-05-26 22:21:47.000000000 +0200
2+++ scummvm-1.6.0/configure 2013-07-16 01:07:53.563063545 +0200
3@@ -3786,7 +3786,7 @@
4 NASMFLAGS="$NASMFLAGS -f aout"
5 ;;
6 *)
7- NASMFLAGS="$NASMFLAGS -f elf"
8+ NASMFLAGS="$NASMFLAGS -f elf -F dwarf"
9 ;;
10 esac
11 _nasm=yes
This page took 0.06605 seconds and 4 git commands to generate.