diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-27 23:33:23 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-27 23:33:23 +0100 |
commit | 408c4bfb37bbecfe5aadaa3bf2158eab34a3bfc4 (patch) | |
tree | 58666dffb6e9874fabff76bb12debddca4f8e477 | |
parent | 64d8302da4f21fd974d074f0be4d039dda78c8a8 (diff) |
Update README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |