In perf/README update meson command line to set release build type.

This commit is contained in:
Garret Rieger 2022-04-20 22:08:33 +00:00 committed by Behdad Esfahbod
parent b3ce96da3b
commit f48647e589
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ To build the benchmarks in this directory you need to set the benchmark
option while configuring the build with meson:
```
meson configure build -Dbenchmark=enabled
meson configure build -Dbenchmark=enabled --buildtype=release
```
Then build the benchmark binaries with ninja: