]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Add msvc_utf8 config option to allow disabling /utf-8 for MSVC (#1650)
authorMax Winkler <max.enrico.winkler@gmail.com>
Tue, 28 Oct 2025 18:46:11 +0000 (11:46 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 18:46:11 +0000 (19:46 +0100)
commite5f198c8135ade7c8c10d94435ddbd210f89b4c1
tree5347b604f7fb2e521ef7819586ec1d97a570e7dd
parent0f65ff411827dbe0d5ba15562dce8991a7bd8916
feat: Add msvc_utf8 config option to allow disabling /utf-8 for MSVC (#1650)

Add  option to avoid adding  to msvc command line for non-utf8 source code
doc/manual.adoc
src/ccache/ccache.cpp
src/ccache/config.cpp
src/ccache/config.hpp
unittest/test_config.cpp