We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7a959 commit f3c00daCopy full SHA for f3c00da
CMakeLists.txt
@@ -65,6 +65,7 @@ find_package(Threads REQUIRED)
65
add_compile_definitions(LOG_DISABLE_LOGS)
66
add_compile_definitions(GGML_USE_CPU)
67
add_compile_definitions(GGML_USE_CPU_AARCH64)
68
+add_compile_definitions(NOMINMAX)
69
70
if (MSVC)
71
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
0 commit comments