aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2020-08-01 00:31:42 +0000
committerKenny Levinsen <kl@kl.wtf>2020-08-01 02:37:26 +0200
commitf754198c5b147d874dc71f9da628e68d777da754 (patch)
treee8b4100547c2249051527725a6ee26072dc65281 /meson.build
parent554898e6b32a3750f12834c5a07e9c27ef26c359 (diff)
meson: FreeBSD options
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 35e7460..59a773f 100644
--- a/meson.build
+++ b/meson.build
@@ -21,11 +21,13 @@ add_project_arguments(
'-Wstrict-prototypes',
'-Wimplicit-fallthrough',
'-Wmissing-prototypes',
- '-Wno-unknown-warning',
+ '-Wno-unknown-warning-option',
+ '-Wno-unused-command-line-argument',
'-Wvla',
'-Wl,--exclude-libs=ALL',
'-fvisibility=hidden',
'-D_XOPEN_SOURCE=700',
+ '-D__BSD_VISIBLE',
],
language: 'c',
)