examples/l3fwd-vf: improve configuration
[dpdk.git] / examples / l3fwd-vf / Makefile
index 0c1f8d9..16d87c9 100644 (file)
@@ -44,7 +44,7 @@ APP = l3fwd-vf
 # 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