install: add ‘options’ section, describing compile-time options

This commit is contained in:
Daniel Eklöf 2020-12-05 11:06:50 +01:00
parent 3df4ec1c8e
commit 559c87b84a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -7,6 +7,7 @@
1. [Arch Linux](#arch-linux)
1. [Other](#other)
1. [Setup](#setup)
1. [Options](#options)
1. [Release build](#release-build)
1. [Size optimized](#size-optimized)
1. [Performance optimized, non-PGO](#performance-optimized-non-pgo)
@ -130,6 +131,15 @@ To build, first, create a build directory, and switch to it:
mkdir -p bld/release && cd bld/release
```
### Options
All variants below support the following compile-time options:
| Option | Type | Default | Description | Extra dependencies |
|--------|------|---------|---------------------|--------------------|
| -Dime | Bool | True | Enables IME support | None |
### Release build
Below are instructions for building foot either [size