From 54428ad801d32394d2488c54f1887e7fd45c5bc2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Dec 2024 16:30:26 -0500 Subject: Clean up platform C flags Remove platform flags from executable (test program) builds, since they shouldn't be needed there (that being the whole point of a portability library), and replace POSIX flags in WIndows with WIN32_LEAN_AND_MEAN. --- benchmark/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') 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'] -- cgit v1.2.1