Back to feed

b7263

Dec 4, 2025
Meta/llama.cppCLIvb7263

[!WARNING] Release Format Update: Linux releases will soon use .tar.gz archives instead of .zip. Please make the necessary changes to your deployment scripts.

build : move _WIN32_WINNT definition to headers (#17736)

Previously, cmake was forcing _WIN32_WINNT=0x0A00 for MinGW builds, This caused "macro redefined" warnings with toolchains that define the version.

This also removes the GGML_WIN_VER variable as it is no longer needed.

Signed-off-by: Adrien Gallouët angt@huggingface.co

macOS/iOS:

Linux:

Windows: