Skip to content

Commit 293115c

Browse files
committed
Add --buildtype release to meson README section. Fixes: #141
1 parent 5b38b61 commit 293115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The supported keys are listed above in [Features](#features)
3434

3535
```zsh
3636
# Please note that the command below might require `--prefix /usr` on some systems
37-
meson setup build
37+
meson setup build --buildtype release
3838
ninja -C build
3939
meson install -C build
4040
```

0 commit comments

Comments
 (0)