/MT vs /MD pre-built libraries #1215
Replies: 2 comments
-
I must confess that I don't know what the difference is. Would you mind submitting a PR to explain this in the documentation? The documentation has its own repository: https://github.com/jedisct1/libsodium-doc |
Beta Was this translation helpful? Give feedback.
-
@Teebonne I wonder if this is only true for the ltcg and static builds? I've linked against the pre-built dynamic DLL without any trouble, and my project is built with The ltcg and static libs seem to be built with |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions