aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vhost_crypto/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vhost_crypto/meson.build')
-rw-r--r--examples/vhost_crypto/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vhost_crypto/meson.build b/examples/vhost_crypto/meson.build
index 0f4876f0..daf19fb8 100644
--- a/examples/vhost_crypto/meson.build
+++ b/examples/vhost_crypto/meson.build
@@ -8,7 +8,7 @@
allow_experimental_apis = true
deps += ['vhost', 'cryptodev']
-cflags += ['-D_GNU_SOURCE','-D_FILE_OFFSET_BITS=64']
+cflags += ['-D_FILE_OFFSET_BITS=64']
sources = files(
'main.c'
)