Skip to content

Commit 2b5f83e

Browse files
committed
Update README
1 parent 53c5cdd commit 2b5f83e

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
@@ -35,8 +35,8 @@ To build, just configure cmake and build its targets:
3535

3636
```
3737
mkdir cpu-latency/build && cd cpu-latency/build
38-
cmake ..
39-
make
38+
CMAKE_BUILD_TYPE="Release" cmake ..
39+
cmake --build .
4040
```
4141

4242
### Plot

0 commit comments

Comments
 (0)