]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples : include examples in msvc disable warn (ggml/1270)
authorDaniel Bevenius <redacted>
Thu, 12 Jun 2025 10:27:09 +0000 (12:27 +0200)
committerGeorgi Gerganov <redacted>
Wed, 18 Jun 2025 06:59:21 +0000 (09:59 +0300)
commitc2056ed6d461e6d5432f04f221e221ab795dc652
treef658d736f06ea44485df49510cdf6bd64c7418c1
parentc46503014db0d63fa7b1b28c58adfb51054e2dec
examples : include examples in msvc disable warn (ggml/1270)

This commit adds the examples in the "list" of targets to ignore MSVC
warnings.

The motivation for this is that currently the examples generate a number
of warnings that are ignore/disabled for the core ggml project. This
makes for a cleaner output when building.
ggml/CMakeLists.txt