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