提交 94cd26ed 编写于 作者: V Vadim Zeitlin

Improve RUNTIME_LIBS build option documentation

State upfront that it only works with MSVC and also don't mention
msvcrt.dll not used any more since a couple of decades.

See #23715.
上级 8b83e45f
......@@ -329,9 +329,10 @@ The full list of the build settings follows:
* `RUNTIME_LIBS=static`
Links static version of C and C++ runtime libraries into the executable, so
that the program does not depend on DLLs provided with the compiler (e.g.
Visual C++'s msvcrt.dll). Can be used only with MSVC.
(VC++ only.) Links static version of C and C++ runtime libraries into the
executable, so that the program does not depend on DLLs provided with the
compiler.
Caution: Do not use static runtime libraries when building DLL (SHARED=1)!
* `DEBUG_FLAG=0`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册