In perf/README update meson command line to set release build type.
This commit is contained in:
parent
b3ce96da3b
commit
f48647e589
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue