mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use more jobs with cppcheck
This commit is contained in:
parent
a468752e53
commit
08b4f3c745
1 changed files with 1 additions and 1 deletions
|
@ -1649,7 +1649,7 @@ function ADD_SOURCES(dir, file_list, target, obj_dir)
|
|||
"--library=" + cppcheck_lib + " " +
|
||||
/* "--rule-file=win32\build\cppcheck_rules.xml " + */
|
||||
" --std=c89 --std=c++11 " +
|
||||
"--quiet --inconclusive --template=vs ";
|
||||
"--quiet --inconclusive --template=vs -j 4 ";
|
||||
|
||||
var cppcheck_build_dir = get_define("CPPCHECK_BUILD_DIR");
|
||||
if (!!cppcheck_build_dir) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue