]> git.droids-corp.org - dpdk.git/blobdiff - examples/load_balancer/Makefile
mk: build with _GNU_SOURCE defined by default
[dpdk.git] / examples / load_balancer / Makefile
index fc8df71e8eb5d6f7f9be335faa8fd23100673ec4..197b019d5847fed0670d220e7e0f36b06084ea8d 100644 (file)
@@ -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