From 408c4bfb37bbecfe5aadaa3bf2158eab34a3bfc4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 27 Jan 2024 23:33:23 +0100 Subject: Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3