vs_runtime #3957
Replies: 2 comments
-
MD 那个是 vs vcproj 里面设置的默认值,但是 cl.exe 你如果不加任何 flags 编译,默认就是 MT 而 xmake 默认是不会自动加额外的 flags 的,所以默认也就是 MT (没显式加 /MT),尽可能最小化内置 flags 。。所有 flags 由用户自己控制,外面自己设置。。 |
Beta Was this translation helpful? Give feedback.
-
MD is the default value set in vs vcproj, but if you compile cl.exe without adding any flags, the default is MT By default, xmake does not automatically add additional flags, so the default is MT (without explicitly adding /MT), and minimize the built-in flags as much as possible. . Therefore, flags are controlled by the user and set by the outside world. . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
vs_runtime通常不是MD吗
Describe the solution you'd like
vs_runtime为什么默认值是MT
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions