One of x11, windows, or cocoa. The default is platform-specific.
Bootstrap can load various optional components:
math
Rational and complex number support.
threads
Thread support.
compiler
The compiler.
tools
Terminal-based developer tools.
help
The help system.
handbook
The help handbook.
ui
The graphical user interface.
ui.tools
Graphical developer tools.
io
Non-blocking I/O and networking.
By default, all optional components are loaded. To load all optional components except for a given list, use the -exclude= switch; to only load specified optional components, use the -include=.
For example, to build an image with the compiler but no other components, you could do: