re-design qsort() selection in cover

centralizes auto detection tests,
then distribute the outcome in all the places where it's active.
This commit is contained in:
Yann Collet
2025-03-11 14:10:35 -07:00
parent 51b6e79f65
commit dcf675886b
3 changed files with 46 additions and 15 deletions
+1 -1
View File
@@ -695,7 +695,7 @@ jobs:
sudo apt install -y musl-tools
- name: Compile the project with musl-gcc
run: |
CC=musl-gcc CPPFLAGS=-DZSTD_USE_C90_QSORT make -j V=1 zstd
CC=musl-gcc CFLAGS="-Werror -O3" CPPFLAGS=-DZDICT_QSORT=ZDICT_QSORT_C90 make -j -C tests test-zstd V=1
intel-cet-compatibility:
runs-on: ubuntu-latest