From f178163217b905d87b439ba7f0a5e014c54b431c Mon Sep 17 00:00:00 2001 From: iamsi Date: Mon, 29 Oct 2018 13:32:53 +0000 Subject: [PATCH] Fix typo in build instructions --- doc/user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user.rst b/doc/user.rst index b050fb4eb..85b2446ce 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -89,7 +89,7 @@ Now configure the source tree: .. code-block:: none - meson . output/release --buildtype=debugpotimized -Db_ndebug=true + meson . output/release --buildtype=debugoptimized -Db_ndebug=true The following command shows a list of compile-time options: