summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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')]