From 1d5fe431325abdb0f3947d563ebdef67bd4cb7cd Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sun, 20 Dec 2009 15:11:43 +0100 Subject: [PATCH] Speed-up notice for bisects (skip Encode) --- pod/perlrepository.pod | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4