We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cab51 commit 784a4b8Copy full SHA for 784a4b8
meson.build
@@ -121,6 +121,7 @@ if cc.get_id() == 'msvc'
121
# add_project_arguments('/Zc:preprocessor', language: 'c')
122
if get_option('static_runtime')
123
add_project_arguments('/MT', language: 'c')
124
+ add_project_link_arguments(['/NODEFAULTLIB:MSVCRTD'], language: 'c')
125
endif
126
127
0 commit comments