mirror of
https://github.com/nginx/nginx.git
synced 2024-11-27 23:49:00 +08:00
option -Yd has been deprecated in msvc8,
option -debugtype:coff is unsupported in msvc8
This commit is contained in:
parent
a101048962
commit
0ddf2de23e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user