jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

/MT vs /MD pre-built libraries #1214

Closed ThibaultDECO closed 1 year ago

ThibaultDECO commented 1 year ago

It would be worth mentioning in the documentation (see here) that MSVC pre-built libraries are built with Multi-threaded (/MT) and not with Multi-threaded DLL (/MD). I'm a beginner in C++ and this got me into a bit of trouble.