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

pull/3544/head
Garret Rieger 3 years ago committed by Behdad Esfahbod
parent b3ce96da3b
commit f48647e589
  1. 2
      perf/README.md

@ -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…
Cancel
Save