mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
nginx-0.0.1-2003-12-05-10:11:46 import
This commit is contained in:
9
auto/cc
9
auto/cc
@@ -95,8 +95,13 @@ case $CC in
|
||||
|
||||
# link flags
|
||||
CORE_LINK="$CORE_LINK -link"
|
||||
CORE_LINK="$CORE_LINK -nodefaultlib:msvcrt"
|
||||
CORE_LINK="$CORE_LINK -nodefaultlib:libcpmt"
|
||||
|
||||
# msvcrt.dll
|
||||
CORE_LINK="$CORE_LINK -nodefaultlib:libcmt"
|
||||
|
||||
# static libc
|
||||
#CORE_LINK="$CORE_LINK -nodefaultlib:msvcrt"
|
||||
|
||||
CORE_LINK="$CORE_LINK -verbose:lib"
|
||||
|
||||
# debug
|
||||
|
||||
Reference in New Issue
Block a user