From 66c3de5acba212c96fa5808b91db09fbda93bba3 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Mon, 9 Feb 2015 00:48:52 -0200 Subject: [PATCH] Updated Linux Build (markdown) --- Linux-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```