Merge pull request #322 from PQClean/no-flags-for-keccak4x

Remove CFLAGS from keccak4x makefile
This commit is contained in:
Thom Wiggers 2020-09-07 10:07:37 +02:00 committed by GitHub
commit a129bcafb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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