jedisct1 / libsodium

A modern, portable, easy to use crypto library.

Home Page:https://libsodium.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/MT vs /MD pre-built libraries

ThibaultDECO opened this issue · comments

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.