mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-15 02:08:08 +08:00
Windows build: /Gz - stdcall convention by default
This commit is contained in:
parent
a030d2cfdb
commit
49065f2165
2
Makefile
2
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user