devtools: pass custom options to checkpatch
[dpdk.git] / examples / meson.build
index c695d52..87113bd 100644 (file)
@@ -65,9 +65,6 @@ if cc.has_argument('-Wno-format-truncation')
        default_cflags += '-Wno-format-truncation'
 endif
 
-# specify -D_GNU_SOURCE unconditionally
-default_cflags += '-D_GNU_SOURCE'
-
 foreach example: examples
        name = example.split('/')[-1]
        build = true