mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix PVS-Studio integration
Without this configuration option, PVS-Studio looks for preprocessed files (*.i), but these do not exists.
This commit is contained in:
parent
1f521a0b23
commit
744f9016c4
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ if (PHP_ANALYZER == "vs") {
|
|||
pvscfg.WriteLine("platform = " + (X64 ? 'x64' : 'Win32'));
|
||||
pvscfg.WriteLine("preprocessor = visualcpp");
|
||||
pvscfg.WriteLine("language = C");
|
||||
pvscfg.WriteLine("skip-cl-exe = no");
|
||||
}
|
||||
} else {
|
||||
PHP_ANALYZER = "no"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue