summaryrefslogtreecommitdiff
path: root/pod/perlrepository.pod
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-12-20 15:11:43 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-12-20 15:11:43 +0100
commit1d5fe431325abdb0f3947d563ebdef67bd4cb7cd (patch)
tree424951b06c4672364af160cf31ba8dcad0d94ad4 /pod/perlrepository.pod
parent09b2a3d27fa915afd624429fc9f542a53ad8da67 (diff)
downloadperl-1d5fe431325abdb0f3947d563ebdef67bd4cb7cd.tar.gz
Speed-up notice for bisects (skip Encode)
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r--pod/perlrepository.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index 8c8131d263..6bd304863e 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