We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bbc03 commit 8382945Copy full SHA for 8382945
.bazelrc
@@ -63,6 +63,11 @@ build:windows --host_copt=-DWIN32_LEAN_AND_MEAN
63
build:windows --copt=-DNOGDI
64
build:windows --host_copt=-DNOGDI
65
66
+# MSVC (Windows): Standards-conformant preprocessor mode
67
+# See https://docs.microsoft.com/en-us/cpp/build/reference/zc-preprocessor
68
+build:windows --copt=/Zc:preprocessor
69
+build:windows --host_copt=/Zc:preprocessor
70
+
71
# Misc build options we need for windows.
72
build:windows --linkopt=/DEBUG
73
build:windows --host_linkopt=/DEBUG
0 commit comments