aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l2fwd-cat/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l2fwd-cat/meson.build')
-rw-r--r--examples/l2fwd-cat/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/l2fwd-cat/meson.build b/examples/l2fwd-cat/meson.build
index 1234e7b5..4e2777a0 100644
--- a/examples/l2fwd-cat/meson.build
+++ b/examples/l2fwd-cat/meson.build
@@ -9,7 +9,6 @@
pqos = cc.find_library('pqos', required: false)
build = pqos.found()
ext_deps += pqos
-cflags += '-D_GNU_SOURCE'
cflags += '-I/usr/local/include' # assume pqos lib installed in /usr/local
sources = files(
'cat.c', 'l2fwd-cat.c'