Skip to content
Snippets Groups Projects
Commit c672569d authored by alice's avatar alice
Browse files

community/highway: skip aarch64 check

parent 4699baf2
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@ subpackages="
source="https://github.com/google/highway/archive/$pkgver/highway-$pkgver.tar.gz
highway.patch"
case "$CARCH" in
# gcc fails to compile swizzle_test in 1.0.5
aarch64) options="$options !check" ;;
esac
build() {
CFLAGS="$CFLAGS -flto=auto -O2 -DNDEBUG" \
CXXFLAGS="$CXXFLAGS -flto=auto -O2 -DNDEBUG" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment