Skip to content

Commit

Permalink
ci: disable snmalloc on mingw until they sort out the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 19, 2025
1 parent 4cb4887 commit 44ba7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/mingw.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cmake -S "$SCORE_DIR" -B build \
-DCMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS=1 \
-DCMAKE_CXX_USE_RESPONSE_FILE_FOR_OBJECTS=1 \
-DCMAKE_NINJA_FORCE_RESPONSE_FILE=1 \
-DSCORE_DISABLE_SNMALLOC=1 \
-DSCORE_PCH=1

cmake --build build
Expand Down

0 comments on commit 44ba7db

Please sign in to comment.