1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00

added -DSTATIC_BMI2=1 for the -mavx2 test

This commit is contained in:
Yann Collet 2025-01-18 22:40:18 -08:00
parent f0b5f65bca
commit 0501095898

View File

@ -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: