From: Pablo de Lara Date: Mon, 25 Jun 2018 12:53:11 +0000 (+0100) Subject: app/crypto-perf: compile with -O3 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9d6d5b4d470ba27243c42d1b369f098d8a6b9c60;p=dpdk.git app/crypto-perf: compile with -O3 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 --- diff --git a/app/test-crypto-perf/Makefile b/app/test-crypto-perf/Makefile index 28a0cd03c7..78135f38ce 100644 --- a/app/test-crypto-perf/Makefile +++ b/app/test-crypto-perf/Makefile @@ -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