Commit 49065f21 authored by valenok's avatar valenok

Windows build: /Gz - stdcall convention by default

parent a030d2cf
......@@ -55,7 +55,7 @@ VC= z:
CYA= y:
#DBG= /Zi /DDEBUG /Od
DBG= /DNDEBUG /O1
CL= cl /MD /TC /nologo $(DBG) /W3 # /DNO_SSL_DL
CL= cl /MD /TC /nologo $(DBG) /Gz /W3 # /DNO_SSL_DL
LINK= /link /incremental:no /libpath:$(VC)\lib /subsystem:windows \
ws2_32.lib advapi32.lib user32.lib shell32.lib # cyassl.lib crypt32.lib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment