Browse Source

Windows build: /Gz - stdcall convention by default

valenok 15 years ago
parent
commit
49065f2165
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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