summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-15 10:59:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-15 10:59:07 +0000
commit0ddf2de23e5aa28f54d035b919ca89d8037bd463 (patch)
treecb18b05c8d4d7aee83da62354644126e1b14e4f6 /auto
parenta101048962c19417b3ced18c9b9c9e5cdf5eb169 (diff)
option -Yd has been deprecated in msvc8,
option -debugtype:coff is unsupported in msvc8
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/msvc4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/cc/msvc b/auto/cc/msvc
index dde84488..b3f41212 100644
--- a/auto/cc/msvc
+++ b/auto/cc/msvc
@@ -91,8 +91,8 @@ CORE_LIBS="$CORE_LIBS kernel32.lib user32.lib"
CORE_LINK="$CORE_LINK -subsystem:windows -entry:mainCRTStartup"
# debug
-CFLAGS="$CFLAGS -Yd"
-CORE_LINK="$CORE_LINK -debug -debugtype:coff"
+CFLAGS="$CFLAGS -Zi"
+CORE_LINK="$CORE_LINK -debug"
# precompiled headers