aboutsummaryrefslogtreecommitdiffstats
path: root/examples/load_balancer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/load_balancer/Makefile')
-rw-r--r--examples/load_balancer/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/load_balancer/Makefile b/examples/load_balancer/Makefile
index fc8df71e..197b019d 100644
--- a/examples/load_balancer/Makefile
+++ b/examples/load_balancer/Makefile
@@ -50,7 +50,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
CFLAGS += -O3 -g
CFLAGS += $(WERROR_FLAGS)
-CFLAGS_config.o := -D_GNU_SOURCE
# workaround for a gcc bug with noreturn attribute
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603