Skip to content

Commit

Permalink
added -DSTATIC_BMI2=1 for the -mavx2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jan 19, 2025
1 parent 237834d commit 9359dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
run: |
sudo apt-get -qqq update
make libc6install
CFLAGS="-Werror -m32 -mavx2" make -j all32
CPPFLAGS="-DSTATIC_BMI2=1" CFLAGS="-Werror -m32 -mavx2" make -j all32
gcc-8-make:
Expand Down

0 comments on commit 9359dca

Please sign in to comment.