We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde92a3 commit 228ee4dCopy full SHA for 228ee4d
.bazelrc
@@ -28,6 +28,7 @@ build:linux --cxxopt="-fdiagnostics-color=always"
28
29
build:windows --cxxopt="/GS-" --cxxopt="/std:c++17" --cxxopt="/permissive-"
30
build:windows --cxxopt="/wd4244" --cxxopt="/wd4267" --cxxopt="/wd4819"
31
+build:windows --cxxopt="/utf-8"
32
build:windows --features=windows_export_all_symbols
33
34
build:python --define=target_lang=python
setup.py
@@ -569,6 +569,7 @@ def run(self):
569
f'/DPYBIND11_BUILD_ABI=\\"{torch._C._PYBIND11_BUILD_ABI}\\"',
570
"/GS-",
571
"/permissive-",
572
+ "/utf-8",
573
]
574
if IS_WINDOWS
575
else [
0 commit comments