From: H.Merijn Brand Date: Sun, 20 Dec 2009 14:11:43 +0000 (+0100) Subject: Speed-up notice for bisects (skip Encode) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d5fe431325abdb0f3947d563ebdef67bd4cb7cd;p=p5sagit%2Fp5-mst-13.2.git Speed-up notice for bisects (skip Encode) --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 8c8131d..6bd3048 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -567,6 +567,8 @@ testcase: #!/bin/sh git clean -dxf # If you can use ccache, add -Dcc=ccache\ gcc -Dld=gcc to the Configure line + # if Encode is not needed for the test, you can speed up the bisect by + # excluding it from the runs with -Dnoextensions=Encode sh Configure -des -Dusedevel -Doptimize="-g" test -f config.sh || exit 125 # Correct makefile for newer GNU gcc