mempool: fix slow allocation of large pools
[dpdk.git] / app / meson.build
index 2b9fdef..71109cc 100644 (file)
@@ -15,16 +15,14 @@ apps = [
        'test-crypto-perf',
        'test-eventdev',
        'test-pipeline',
-       'test-pmd']
+       'test-pmd',
+       'test-sad']
 
 # for BSD only
 lib_execinfo = cc.find_library('execinfo', required: false)
 
 default_cflags = machine_args
 
-# specify -D_GNU_SOURCE unconditionally
-default_cflags += '-D_GNU_SOURCE'
-
 foreach app:apps
        build = true
        name = app