diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-08 09:21:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-08 13:04:42 +0100 |
commit | 42962699c6a2f0c1e17b4dd2b5b335c859a2932c (patch) | |
tree | 2249d3d01dbfc5a6c9227d1635f7f38c98ad5cb2 /Makefile.in | |
parent | 6a262e6a3fc81b0012b46e64aa020b65a5a0828a (diff) |
try callcatcher in -P mode
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a27fbc5c4e6e..de0eb81ead96 100644 --- a/Makefile.in +++ b/Makefile.in @@ -189,7 +189,7 @@ findunusedcode: source <(sed -e s,$$INPATH,callcatcher,g ./Env.Host.sh) && \ . ./solenv/bin/callcatchEnv.Set.sh && \ cd instsetoo_native && \ - build.pl $(GBUILD_OPT) --all + build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ \ @. ./Env.Host.sh && \ source <(sed -e s,$$INPATH,callcatcher,g ./Env.Host.sh) && \ callanalyse \ |