Skip to content

Commit cf225af

Browse files
committed
Add build type in cmake arguments.
1 parent 0879d2f commit cf225af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ $ git clone https://github.com/viewizard/astromenace.git astromenace
114114
$ cd ~/astromenace
115115
```
116116
```
117-
$ cmake ./
117+
$ cmake -DCMAKE_BUILD_TYPE=Release ./
118118
```
119119
```
120-
$ make
120+
$ make -j5
121121
```
122122

123123
### 4) Create desktop shortcut or start AstroMenace

0 commit comments

Comments
 (0)