]> git.kaiwu.me - nginx.git/commitdiff
option -Yd has been deprecated in msvc8,
authorIgor Sysoev <igor@sysoev.ru>
Thu, 15 Nov 2007 10:59:07 +0000 (10:59 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 15 Nov 2007 10:59:07 +0000 (10:59 +0000)
option -debugtype:coff is unsupported in msvc8

auto/cc/msvc

index dde8448873bdc84dc8015bcad8b1a6ef7dd174b7..b3f41212a52d0f024ca0238cf7a60349a5eada44 100644 (file)
@@ -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