]> granicus.if.org Git - libvpx/commitdiff
make yasm generate cv8 debug data on win32
authorJohn Koleszar <jkoleszar@google.com>
Fri, 17 Dec 2010 20:06:23 +0000 (15:06 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 22 Dec 2010 17:53:45 +0000 (12:53 -0500)
Native Windows targets should use CV8 format debugging symbols, not
DWARF.

Change-Id: I9489163fcd9d749b72f6c70ecbce67a6f0790802

build/make/configure.sh

index c5885da675932dfc24c6fb4439622bf6d83469a1..b65f3b73af5642d54f96c1199c5c7d185a3b58e0 100755 (executable)
@@ -890,7 +890,7 @@ process_common_toolchain() {
         case  ${tgt_os} in
             win*)
                 add_asflags -f win${bits}
-                enabled debug && add_asflags -g dwarf2
+                enabled debug && add_asflags -g cv8
             ;;
             linux*|solaris*)
                 add_asflags -f elf${bits}