]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : disable warnings for tests when using MSVC (#1273)
authorDaniel Bevenius <redacted>
Fri, 13 Jun 2025 13:06:42 +0000 (15:06 +0200)
committerGitHub <redacted>
Fri, 13 Jun 2025 13:06:42 +0000 (15:06 +0200)
commit8cda0a3c19f2c7dc493887353c42f6956bc268b1
treeb1f17fef31dcfb9eddae45acc9bd879f38f674d5
parentcd2471576557ae790753d8182415505e8a217913
ggml : disable warnings for tests when using MSVC (#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
CMakeLists.txt