From 2a98759668e7a813835dc82ce3e236eb8aba4040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Fri, 22 Dec 2023 20:18:30 +0000 Subject: [PATCH] README: Add text how to build for release --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1f84ce..e2175be 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ The following options can be tweaked: - `BUILD_TESTING`: Enable building of the regress tests; - `BUILD_SHARED_LIBS`: Build shared libraries instead of static ones. +If you want to build it for a release, additionally use `-DCMAKE_BUILD_TYPE=Release` as cmake argument. + #### Other languages bindings We currently provide wrappers for two other languages: C++ and Python,