aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-04-11 21:55:56 +0530
committersinanmohd <sinan@sinanmohd.com>2024-04-11 21:55:56 +0530
commite331153dc3db0b2d21902001f3e617022f777305 (patch)
tree70ac5a69ccdb0ae9d354ba9af41dc47b5d7c7e30
parentd9d1a10b262c3a6ac01844002e15d1bf9ab90981 (diff)
readme/installation/meson: set buildtype to release
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f13001..21eef9a 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ meson
```
git clone https://git.sinanmohd.com/npass
cd npass
-meson setup build
+meson setup build --buildtype release
meson compile -C build
meson install -C build
```