Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'auto/cc/msvc')
-rw-r--r--auto/cc/msvc2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/cc/msvc b/auto/cc/msvc
index 29c40c79b..a890234e0 100644
--- a/auto/cc/msvc
+++ b/auto/cc/msvc
@@ -49,6 +49,8 @@ case $CPU in
;;
esac
+# __cdecl, use with OpenSSL
+#CPU_OPT="$CPU_OPT -Gd"
# __stdcall
#CPU_OPT="$CPU_OPT -Gz"
# __fastcall