1
1
鏡像自 https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

Remove CFLAGS from keccak4x makefile (closes #321)

This commit is contained in:
Thom Wiggers 2020-09-03 18:00:31 +02:00 提交者 Kris Kwiatkowski
父節點 196f0c1ae2
當前提交 3671aff2f8

查看文件

@ -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: