Skip to content

Commit

Permalink
Run faster by forcing cmake to make a release build
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvandehaar committed Mar 3, 2020
1 parent 99b711a commit bba9692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Then execute the following commands inside the directory with METAL source code:

```
mkdir build && cd build
cmake ..
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make test
make install
Expand Down

0 comments on commit bba9692

Please sign in to comment.