introduce ZSTD_USE_C90_QSORT

This commit is contained in:
Yann Collet
2025-02-21 11:36:30 -08:00
parent 8ff47f3df0
commit ebfa660b82
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -693,7 +693,7 @@ jobs:
sudo apt install -y musl-tools
- name: Compile the project with musl-gcc
run: |
CC=musl-gcc make -j V=1 zstd
CC=musl-gcc CPPFLAGS=-DZSTD_USE_C90_QSORT make -j V=1 zstd
intel-cet-compatibility:
runs-on: ubuntu-latest