Skip to content

Commit

Permalink
Add build type in cmake arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
viewizard committed Apr 22, 2019
1 parent 0879d2f commit cf225af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf225af

Please sign in to comment.