Skip to content

Commit

Permalink
run optimization level 3 no specific case
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jun 28, 2024
1 parent 8b76106 commit 17040e2
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 195 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
strategy:
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: none},
{arch: armv7, feature: none, arch_cflags: '-mcpu=cortex-a32 -mfpu=neon-fp-armv8'}
# {arch: armv7, feature: none, arch_cflags: none},
{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]
steps:
Expand All @@ -80,9 +80,7 @@ jobs:
apt-get install -q -y "${{ matrix.cxx_compiler }}" make
apt-get install -q -y gcc
run: |
make FEATURE="${{ matrix.arch_with_features.feature }} -O0" check
make FEATURE="${{ matrix.arch_with_features.feature }} -O1" check
make FEATURE="${{ matrix.arch_with_features.feature }} -O2" check
make FEATURE=${{ matrix.arch_with_features.feature }} check
host-win-msvc:
runs-on: windows-2022
Expand Down
Loading

0 comments on commit 17040e2

Please sign in to comment.