net/hns3: refactor queue info dump
[dpdk.git] / examples / vhost_crypto / meson.build
index 0f4876f..1c294c2 100644 (file)
@@ -8,7 +8,6 @@
 
 allow_experimental_apis = true
 deps += ['vhost', 'cryptodev']
-cflags += ['-D_GNU_SOURCE','-D_FILE_OFFSET_BITS=64']
 sources = files(
-       'main.c'
+        'main.c',
 )