aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-27 23:33:23 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-27 23:33:23 +0100
commit408c4bfb37bbecfe5aadaa3bf2158eab34a3bfc4 (patch)
tree58666dffb6e9874fabff76bb12debddca4f8e477
parent64d8302da4f21fd974d074f0be4d039dda78c8a8 (diff)
Update README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08cd7b8..c326f9a 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,14 @@ build script:
$ ./make --no-pcre
```
+If you want to build with optimizations enabled, you can pass the
+`--release` flag. You can additionally pass the `--lto` flag to enable
+link-time optimizations:
+
+```sh
+$ ./make --release --lto
+```
+
## Description