whisper.cpp/ggml
stone 1b67c53548 cmake : avoid duplicate -march=native when already set in CFLAGS
If -march= is already specified via CMAKE_C_FLAGS/CMAKE_CXX_FLAGS or
ARCH_FLAGS, do not append -march=native again. This prevents compiler
warnings about redundant flags and allows users to override the march
target by setting it in their build environment.

Fixes duplicate -march flag in ggml-cpu and ggml-amx backends.
2026-03-31 17:03:27 +02:00
..
cmake cmake : remove unused file (ggml/1419) 2026-02-08 09:29:10 +02:00
include ggml-backend : add disable_backends parameter to skip specific backends 2026-03-31 17:03:27 +02:00
src cmake : avoid duplicate -march=native when already set in CFLAGS 2026-03-31 17:03:27 +02:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt ggml : bump version to 0.9.8 (ggml/1442) 2026-03-18 15:18:24 +02:00