]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/Makefile
hash: flush rings instead of dequeuing one by one
[dpdk.git] / lib / librte_hash / Makefile
index c8c435dfde332ae47b670dae51a51739aa8e51ef..5669d83f454f1b2546c7cf27bb8b358c8a4b6dc8 100644 (file)
@@ -6,7 +6,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 # library name
 LIB = librte_hash.a
 
-CFLAGS += -O3
+CFLAGS += -O3 -DALLOW_EXPERIMENTAL_API
 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR)
 LDLIBS += -lrte_eal -lrte_ring