Speed-up notice for bisects (skip Encode)
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 20 Dec 2009 14:11:43 +0000 (15:11 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sun, 20 Dec 2009 14:11:43 +0000 (15:11 +0100)
pod/perlrepository.pod

index 8c8131d..6bd3048 100644 (file)
@@ -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