From 97a1aca38ed6a019be1beca694e63421992ac1c3 Mon Sep 17 00:00:00 2001 From: Guillaume G <24816508+gzzi@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:34:31 +0200 Subject: [PATCH] Fix doc around USE_MATCH_COMPILER --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 45c616ede5d..7ced3a4c949 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ For rules support (requires pcre) use the flag. -DHAVE_RULES=ON For release builds it is recommended that you use: --DUSE_MATCHCOMPILER=ON +-DUSE_MATCHCOMPILER=On For building the tests use the flag. -DBUILD_TESTS=ON