From f0edc549ac3b59e7ce5eb718a5f808687cd761f8 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 3 Sep 2020 18:00:31 +0200 Subject: [PATCH] Remove CFLAGS from keccak4x makefile (closes #321) --- common/keccak4x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/keccak4x/Makefile b/common/keccak4x/Makefile index 6b1835ed..822ac224 100644 --- a/common/keccak4x/Makefile +++ b/common/keccak4x/Makefile @@ -1,7 +1,7 @@ KeccakP-1600-times4-SIMD256.o: KeccakP-1600-times4-SIMD256.c \ align.h brg_endian.h KeccakP-1600-times4-SnP.h \ KeccakP-1600-unrolling.macros SIMD256-config.h - $(CC) $(CFLAGS) -mavx2 -c $< -o $@ + $(CC) -O3 -mavx2 -c $< -o $@ .PHONY: clean clean: