summaryrefslogtreecommitdiffhomepage
path: root/auto/cc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/cc9
1 files changed, 7 insertions, 2 deletions
diff --git a/auto/cc b/auto/cc
index 1aadae34f..082b13f75 100644
--- a/auto/cc
+++ b/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