소스 검색

Remove CFLAGS from keccak4x makefile (closes #321)

tags/v0.0.1
Thom Wiggers 4 년 전
committed by Kris Kwiatkowski
부모
커밋
3671aff2f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/keccak4x/Makefile

+ 1
- 1
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:


불러오는 중...
취소
저장