From 808540e56a475d7a9a668537e05efde5690ae565 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Fri, 3 Feb 2023 22:43:10 +0100 Subject: Correct README.md information Signed-off-by: TheJackiMonster --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b340f..e98eea2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Here is a list of some useful build commands using Meson and [Ninja](https://nin - `ninja -C build docs` to build Doxygen documentation ([Doxygen](https://www.doxygen.nl/index.html) is required to do that) - `meson test -C build` to test the library with automated unit tests ([Check](https://libcheck.github.io/check/) is required to do that) -If you want to change the installation location, use the `--prefix=` parameter in the initial meson command. Also you can enable debugging builds by adding `--buildtype=release` as parameter. +If you want to change the installation location, use the `--prefix=` parameter in the initial meson command. Also you can enable optimized release builds by adding `--buildtype=release` as parameter. ## Contribution -- cgit v1.2.3