app/crypto-perf: compile with -O3
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 25 Jun 2018 12:53:11 +0000 (13:53 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 23 Jul 2018 23:48:10 +0000 (01:48 +0200)
The crypto performance application was not being compiled
with -O3, which means that the performance shown may not be
optimal.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test-crypto-perf/Makefile

index 28a0cd0..78135f3 100644 (file)
@@ -8,6 +8,7 @@ APP = dpdk-test-crypto-perf
 
 CFLAGS += $(WERROR_FLAGS)
 CFLAGS += -DALLOW_EXPERIMENTAL_API
+CFLAGS += -O3
 
 # all source are stored in SRCS-y
 SRCS-y := main.c