From: John Koleszar Date: Fri, 17 Dec 2010 20:06:23 +0000 (-0500) Subject: make yasm generate cv8 debug data on win32 X-Git-Tag: v0.9.6~135^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30830d5a7cd00015f661a0fb61b9a87897fe74a1;p=libvpx make yasm generate cv8 debug data on win32 Native Windows targets should use CV8 format debugging symbols, not DWARF. Change-Id: I9489163fcd9d749b72f6c70ecbce67a6f0790802 --- diff --git a/build/make/configure.sh b/build/make/configure.sh index c5885da67..b65f3b73a 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -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}