The --enable-debug configure-time option builds httperf with
runtime support for the --debug=N or -d=N flags, which show
details about the requests and responses. N is a number; the
higher the number, the more detail you get.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.