blob: af490aa75721ca1f3036f94310918fc1df51eda5 (
plain)
1
2
3
4
|
# Build with clang because for some reason gcc does not recognise _mm_cvtm64_si64 (and possibly others)
# checksum.c:952:34: warning: implicit declaration of function '_mm_cvtm64_si64'; did you mean '_mm_cvtsi64_si32'? [-Wimplicit-function-declaration]
makedepends+=('clang')
eval "$(declare -f build | sed 's@./configure@CC=clang ./configure@')"
|