mirror of
https://github.com/nginx/nginx.git
synced 2025-06-18 10:16:27 +08:00
Win32: defined pdb path.
By default, MSVC uses vc<version>.pdb in the current directory. With the "-Fd" switch it is directed to be in the objs directory instead.
This commit is contained in:
parent
ce912de835
commit
df8cb31369
@ -108,7 +108,7 @@ CORE_LIBS="$CORE_LIBS kernel32.lib user32.lib"
|
|||||||
# msvc under Wine issues
|
# msvc under Wine issues
|
||||||
# C1902: Program database manager mismatch; please check your installation
|
# C1902: Program database manager mismatch; please check your installation
|
||||||
if [ -z "$NGX_WINE" ]; then
|
if [ -z "$NGX_WINE" ]; then
|
||||||
CFLAGS="$CFLAGS -Zi"
|
CFLAGS="$CFLAGS -Zi -Fd$NGX_OBJS/nginx.pdb"
|
||||||
CORE_LINK="$CORE_LINK -debug"
|
CORE_LINK="$CORE_LINK -debug"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user