From f48647e58958e17e8a379c74d2f504f893d4c336 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Wed, 20 Apr 2022 22:08:33 +0000 Subject: [PATCH] In perf/README update meson command line to set release build type. --- perf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/README.md b/perf/README.md index 4d42d560b..f2fcb60be 100644 --- a/perf/README.md +++ b/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: