Skip to content

Commit

Permalink
Don't create plist files when using clang analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Oct 25, 2017
1 parent b6b0289 commit 8ad4de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/confutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ function ADD_SOURCES(dir, file_list, target, obj_dir)
vc_ver = probe_binary(PATH_PROG('cl', null));
}

analyzer_base_args += " -fms-compatibility -fms-compatibility-version=" + vc_ver + " -fms-extensions";
analyzer_base_args += " -fms-compatibility -fms-compatibility-version=" + vc_ver + " -fms-extensions -Xclang -analyzer-output=text";
} else if (PHP_ANALYZER == "cppcheck") {
var analyzer_base_args = "";
var analyzer_base_flags = "";
Expand Down

0 comments on commit 8ad4de8

Please sign in to comment.