From f5df41d650ea03de846466c66a62d0517b22f375 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 24 Dec 2024 15:09:27 -0500 Subject: -Wno-strict-aliasing is important for some builds Signed-off-by: Andrew Opalach --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cbf670a..ed67bff 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ naunet_src = [ ] naunet_inc = [include_directories('include')] naunet_deps = [] -naunet_args = [] +naunet_args = ['-Wno-strict-aliasing'] alabaster = subproject('libalabaster') naunet_deps += [alabaster.get_variable('alabaster')] -- cgit v1.2.3-101-g0448