diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-13 21:05:07 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-13 21:05:07 -0400 |
commit | fed73d8d922ec4d52457a99f652c1d0d26ba67c3 (patch) | |
tree | 6faaf1fc4da3249d0626bc2863d2ea23cd26a449 /README | |
parent | 159c0c043cdd4009562087144a37fdda38eb6409 (diff) |
change PROFILE to use Devel::NYTProf
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ available online at <http://ikiwiki.info/> A few special variables you can set while using the Makefile: PROFILE=1 turns on profiling for the build of the doc wiki. - (Uses Devel::Profile) + (Uses Devel::NYTProf) NOTAINT=0 turns on the taint flag in the ikiwiki program. (Not recommended unless your perl is less buggy than mine -- see |