From cf225afcb2e9fe7c8e5e8036813e7ddd2fa2a88b Mon Sep 17 00:00:00 2001 From: Mikhail Kurinnoi Date: Mon, 22 Apr 2019 21:46:50 +0300 Subject: [PATCH] Add build type in cmake arguments. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fcad9f8..06f4022d 100755 --- a/README.md +++ b/README.md @@ -114,10 +114,10 @@ $ git clone https://github.com/viewizard/astromenace.git astromenace $ cd ~/astromenace ``` ``` -$ cmake ./ +$ cmake -DCMAKE_BUILD_TYPE=Release ./ ``` ``` -$ make +$ make -j5 ``` ### 4) Create desktop shortcut or start AstroMenace