]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : disable warnings for tests when using MSVC (ggml/1273)
authorDaniel Bevenius <redacted>
Fri, 13 Jun 2025 13:06:42 +0000 (15:06 +0200)
committerGeorgi Gerganov <redacted>
Wed, 18 Jun 2025 06:59:21 +0000 (09:59 +0300)
commitdd8e59f4435342eda93c5b0cf4109e21c9c7d0eb
tree45f072e66402376e5c358ca4e3223f861ab99fce
parentbbe98d27840453c8787d18470963530fdc27d89f
ggml : disable warnings for tests when using MSVC (ggml/1273)

* ggml : disable warnings for tests when using MSVC

This commit disables warnings for tests on windows when using MSVC.

The motivation for this is that this brings the build output more
inline with what Linux/MacOS systems produce.

There is still one warning generated for the tests which is:
```console
  Building Custom Rule C:/ggml/tests/CMakeLists.txt
cl : command line  warning D9025: overriding '/DNDEBUG' with '/UNDEBUG'
[C:\ggml\build\tests\test-arange.vcxproj]
  test-arange.cpp
  test-arange.vcxproj -> C:\ggml\build\bin\Release\test-arange.exe
```

* ggml : fix typo in tests disable list
ggml/CMakeLists.txt