diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-17 10:45:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-17 10:45:06 +0200 |
commit | ef6a70de5d0bc252380ebcb21eb84913473ead5d (patch) | |
tree | bb27438ea5a0afa69f6db5a9b55b367972dec63e /bootstrap-msvc.bat | |
parent | 54c56af1067df562c232cb73b9a1b85f67d9bbf1 (diff) |
Use UTF-8 as default input/source charset for C/C++ compilation
Diffstat (limited to 'bootstrap-msvc.bat')
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index 3d74427..6a6fcbc 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -111,7 +111,7 @@ set "src=%src% %libbutl%\libbutl" rem Get the compile options. rem -set "ops=/nologo /EHsc /MT /MP" +set "ops=/nologo /utf-8 /EHsc /MT /MP" :ops_next shift if "_%1_" == "__" ( |