aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index d23c349c1..80bf9f4da 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -296,8 +296,12 @@ You will need cabal version 2.0 or higher.
- `embed_data_files`: embed all data files into the binary (default no).
This is helpful if you want to create a relocatable binary.
- - `https`: enable support for downloading resources over https
- (using the `http-client` and `http-client-tls` libraries).
+ - `lowmem`: disable optimization on a few modules that take
+ a lot of memory to compile. Use this flag if compiling
+ pandoc fails with out of memory errors.
+
+ - `trypandoc`: build the `trypandoc` executable (a CGI web
+ app).
3. Build: