X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fmeson.build;h=87113bd70b743b00a3b58f642941054f81f8912e;hb=f319d9937977479528870c6859bd3a227c212f75;hp=c695d52c92713bd3b5d2c557f84bc5a2af46e251;hpb=f10aadfd2f2fc0e43a00083dfff7ba9a64871b2d;p=dpdk.git diff --git a/examples/meson.build b/examples/meson.build index c695d52c92..87113bd70b 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -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