Selaa lähdekoodia

Remove CFLAGS from keccak4x makefile (closes #321)

master
Thom Wiggers 4 vuotta sitten
vanhempi
commit
f0edc549ac
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      common/keccak4x/Makefile

+ 1
- 1
common/keccak4x/Makefile Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna