summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-12-17 15:06:23 -0500
committerJohn Koleszar <jkoleszar@google.com>2010-12-22 12:53:45 -0500
commit30830d5a7cd00015f661a0fb61b9a87897fe74a1 (patch)
treecc79e03984eba6b9edc170f8c9a117256740eb33 /build
parentfc6ce744a606872c6d8001deabaab0b819326214 (diff)
downloadlibvpx-30830d5a7cd00015f661a0fb61b9a87897fe74a1.tar
libvpx-30830d5a7cd00015f661a0fb61b9a87897fe74a1.tar.gz
libvpx-30830d5a7cd00015f661a0fb61b9a87897fe74a1.tar.bz2
libvpx-30830d5a7cd00015f661a0fb61b9a87897fe74a1.zip
make yasm generate cv8 debug data on win32
Native Windows targets should use CV8 format debugging symbols, not DWARF. Change-Id: I9489163fcd9d749b72f6c70ecbce67a6f0790802
Diffstat (limited to 'build')
-rwxr-xr-xbuild/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
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}