examples/l3fwd: various updates
[dpdk.git] / examples / l3fwd / Makefile
index daa9689..e61d1ab 100644 (file)
@@ -45,7 +45,7 @@ APP = l3fwd
 # all source are stored in SRCS-y
 SRCS-y := main.c
 
-CFLAGS += -O3
+CFLAGS += -O3 $(USER_FLAGS)
 CFLAGS += $(WERROR_FLAGS)
 
 # workaround for a gcc bug with noreturn attribute