Add /MT to MSVC when compiling shared library
Open
build
- Dominant language
- C
- Stars
- 121
- Forks
- 12
- Avg merge
- 3h 13m
- Merged PRs (30d)
- 1
Description
When compiling the shared library of DUMA with default /MD, it will raise LNK4006 error. (I forgot the error message... Maybe strcat or something in C runtime library)
I set /MT, and it compiles successfully. But that may raise error when link with an application with /MD.
Notice: Set /MT or /MD to every subproject in the project (such as stacktrace library, see #184)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.