1
0
mirror of https://github.com/lammertb/libhttp.git synced 2026-01-28 20:00:52 +03:00

Added note about /Gz for OpenSSL & Windows

This commit is contained in:
Sergey Lyubka
2013-07-10 07:57:20 +01:00
parent bcb294620f
commit e58d622d5f

View File

@@ -357,6 +357,10 @@ variable is visible in the block that follows.
the Manual should be of help. Note: the syntax changes from time to time,
so updating the config file might be necessary after executable update.
- Embedding with OpenSSL on Windows might fail because of calling convention.
To force Mongoose to use `__stdcall` convention, add `/Gz` compilation
flag in Visual Studio compiler.
# Embedding
Embedding Mongoose is easy. Copy
[mongoose.c](https://github.com/valenok/mongoose/blob/master/mongoose.c) and