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.
2 parents c9839cb + e20cb7a commit 67d7298Copy full SHA for 67d7298
build_defs/cpp_opts.bzl
@@ -15,7 +15,6 @@ COPTS = select({
15
"/wd4506", # no definition for inline function 'function'
16
"/wd4800", # 'type' : forcing value to bool 'true' or 'false' (performance warning)
17
"/wd4996", # The compiler encountered a deprecated declaration.
18
- "/utf-8", # Set source and execution character sets to UTF-8
19
],
20
"//conditions:default": [
21
"-DHAVE_ZLIB",
0 commit comments