diff --git a/Linux-Build.md b/Linux-Build.md index 4b78109..460e1ea 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -53,7 +53,7 @@ Optionally, you can use "cmake -i .." to adjust various options (e.g. disable th ### Building with debug symbols: ``` -cmake .. -DCMAKE_BUILD_TYPE=Debug +cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo make ```