mirror of
https://github.com/facebook/zstd.git
synced 2025-10-04 00:02:33 -04:00
also add -mbmi2
to the compilation test
This commit is contained in:
parent
27d7940631
commit
d2d74616c0
2
.github/workflows/dev-short-tests.yml
vendored
2
.github/workflows/dev-short-tests.yml
vendored
@ -192,7 +192,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get -qqq update
|
sudo apt-get -qqq update
|
||||||
make libc6install
|
make libc6install
|
||||||
CPPFLAGS="-DSTATIC_BMI2=1" CFLAGS="-Werror -m32 -mavx2" make -j all32
|
CPPFLAGS="-DSTATIC_BMI2=1" CFLAGS="-Werror -m32 -mavx2 -mbmi2" make -j all32
|
||||||
|
|
||||||
|
|
||||||
gcc-8-make:
|
gcc-8-make:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user