summaryrefslogtreecommitdiffstats
path: root/benchmark/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/meson.build')
-rw-r--r--benchmark/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/meson.build b/benchmark/meson.build
index 3c231c6..bf32b5d 100644
--- a/benchmark/meson.build
+++ b/benchmark/meson.build
@@ -15,7 +15,7 @@ glib_dep = dependency(
if glib_dep.found()
build_benchmarks = true
- benchmark_c_args = platform_c_args
+ benchmark_c_args = extra_c_args
benchmark_c_suppressions = []
if cc.get_id() in ['clang', 'emscripten']