eventdev/eth_rx: fix telemetry Rx stats reset
[dpdk.git] / examples / vhost_crypto / meson.build
index daf19fb..1c294c2 100644 (file)
@@ -8,7 +8,6 @@
 
 allow_experimental_apis = true
 deps += ['vhost', 'cryptodev']
-cflags += ['-D_FILE_OFFSET_BITS=64']
 sources = files(
-       'main.c'
+        'main.c',
 )