]> git.droids-corp.org - dpdk.git/blobdiff - examples/timer/Makefile
net/mlx5: add device parameter for MPRQ stride size
[dpdk.git] / examples / timer / Makefile
index bf86339ab72125f2dc0f2f061baa85460aa6f941..e58e90a286c6c76c4928da147e09f74282994742 100644 (file)
@@ -51,6 +51,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 # workaround for a gcc bug with noreturn attribute
 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603