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 1f521a0 commit 744f901Copy full SHA for 744f901
win32/build/config.w32
@@ -215,6 +215,7 @@ if (PHP_ANALYZER == "vs") {
215
pvscfg.WriteLine("platform = " + (X64 ? 'x64' : 'Win32'));
216
pvscfg.WriteLine("preprocessor = visualcpp");
217
pvscfg.WriteLine("language = C");
218
+ pvscfg.WriteLine("skip-cl-exe = no");
219
}
220
} else {
221
PHP_ANALYZER = "no"
0 commit comments