diff options
author | 2008-12-16 20:56:36 +0100 | |
---|---|---|
committer | 2008-12-16 21:21:25 +0100 | |
commit | e592e4040793c6bb847c3e53fda92387216cfee3 (patch) | |
tree | 5623ec4fab50d8508b3bf97035e21298183f5639 /doc/faq/howdoi.html.part | |
parent | 3b0db6a4d8f8a43fac7116b5f0b8a77b7875289c (diff) | |
download | paludis-e592e4040793c6bb847c3e53fda92387216cfee3.tar.gz paludis-e592e4040793c6bb847c3e53fda92387216cfee3.tar.xz |
Update documentation for removal of --checks, --debug-build. ticket #687.
Diffstat (limited to 'doc/faq/howdoi.html.part')
-rw-r--r-- | doc/faq/howdoi.html.part | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/faq/howdoi.html.part b/doc/faq/howdoi.html.part index d46963153..c215029af 100644 --- a/doc/faq/howdoi.html.part +++ b/doc/faq/howdoi.html.part @@ -46,9 +46,6 @@ SANDBOX_WRITE="${SANDBOX_WRITE}:${DISTCC_DIR}" <p>Often users want to specify certain options by default. Common choices include:</p> <ul> - <li><code>--debug-build split</code>, to make debugging easier (at the cost of disk - space)</li> - <li><code>--log-level warning</code> (you should <strong>not</strong> use <code>silent</code> in this way -- warnings are warnings because you need to read them)</li> |