Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jun 28, 2024
1 parent bab83f0 commit f83390a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
matrix:
arch_with_features: [
# {arch: armv7, feature: none, arch_cflags: none},
# {arch: aarch64, feature: none, arch_cflags: none},
{arch: aarch64, feature: crypto+crc, arch_cflags: '-O3'},
{arch: aarch64, feature: none, arch_cflags: -O3},
# {arch: aarch64, feature: crypto+crc, arch_cflags: none},
# {arch: armv7, feature: none, arch_cflags: '-mcpu=cortex-a32 -mfpu=neon-fp-armv8'}
]
cxx_compiler: [g++-10, clang++-11]
Expand Down

0 comments on commit f83390a

Please sign in to comment.