projects
/
profile
/
ivi
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc6ce74
)
make yasm generate cv8 debug data on win32
author
John Koleszar
<jkoleszar@google.com>
Fri, 17 Dec 2010 20:06:23 +0000
(15:06 -0500)
committer
John 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
patch
|
blob
|
history
diff --git
a/build/make/configure.sh
b/build/make/configure.sh
index
c5885da
..
b65f3b7
100755
(executable)
--- 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}