﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
186	Document all command-line options for Boost Jam & Boost Build.	jurko.gospodnetic@…	somebody	"Document all command-line options for Boost Jam & Boost Build.

Here's a list of such options that can be used as a starting point.

Options marked with ? are not documented so someone can use it as a 
checklist when documenting them.

Note that this does not include targets like clean/debug/release/... 
but only options prefixed with a double dash.


{{{
Boost.Jam options:
------------------
  --debug
  --duma
  --gc
  --grammar
  --noassert
  --release
  --show-locate-target
? --symbols
  --toolset
  --toolset-root
  --with-python

Boost.Build based testing framework options:
--------------------------------------------
? --out-xml
  --preserve-test-targets
? --verbose-test

Boost.Build's internal testing framework options:
-------------------------------------------------
  --preserve
? --verbose

Boost.Build's self testing framework options:
---------------------------------------------
  --debug
? --debug-module
? --debug-tests
? --fail-typecheck

Boost.Build help system options:
--------------------------------
  --help
  --help-disable-<option>
  --help-doc-options
  --help-enable-<option>
  --help-internal
  --help-options
  --help-output
  --help-output-file
  --help-usage

Boost.Build options:
--------------------
? --abbreviate-paths
  --build-dir
? --build-system
  --clean
  --clean-all
  --debug-building
  --debug-configuration
  --debug-generators
? --debug-loading
  --ignore-config
? --ignore-toolset-requirements
? --no-error-backtrace
? --out-xml
? --quiet
? --test-config
? --toolset
? --user-config
}}}
"	enhancement	new	major	M14 - Docs	component1	2.0		command-line options	
