mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
OpenSSL building by MSVC and BCC from sources
This commit is contained in:
@@ -24,7 +24,7 @@ esac
|
||||
# __stdcall
|
||||
#CPU_OPT="$CPU_OPT -ps"
|
||||
# __fastcall
|
||||
CPU_OPT="$CPU_OPT -pr"
|
||||
#CPU_OPT="$CPU_OPT -pr"
|
||||
|
||||
CFLAGS="$CFLAGS $CPU_OPT"
|
||||
|
||||
|
||||
@@ -51,12 +51,12 @@ case $CPU in
|
||||
;;
|
||||
esac
|
||||
|
||||
# __cdecl, use with OpenSSL, md5 asm, and sha1 asm
|
||||
# __cdecl, default, must be used with OpenSSL, md5 asm, and sha1 asm
|
||||
#CPU_OPT="$CPU_OPT -Gd"
|
||||
# __stdcall
|
||||
#CPU_OPT="$CPU_OPT -Gz"
|
||||
# __fastcall
|
||||
CPU_OPT="$CPU_OPT -Gr"
|
||||
#CPU_OPT="$CPU_OPT -Gr"
|
||||
|
||||
|
||||
CFLAGS="$CFLAGS $CPU_OPT"
|
||||
|
||||
Reference in New Issue
Block a user