net/sfc: check mbufs allocated using mempool API for Rx
[dpdk.git] / drivers / crypto / dpaa2_sec / Makefile
index 564840e..da3d8f8 100644 (file)
@@ -17,13 +17,9 @@ endif
 LIB = librte_pmd_dpaa2_sec.a
 
 # build flags
-ifeq ($(CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT),y)
-CFLAGS += -O0 -g
-CFLAGS += "-Wno-error"
-else
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
-endif
 CFLAGS += -D _GNU_SOURCE
 
 ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)