Skip to content

Commit 67d7298

Browse files
authored
Merge pull request #17617 from protocolbuffers/cp-utf8-ascii
Remove `/utf-8` flag added in #14197
2 parents c9839cb + e20cb7a commit 67d7298

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_defs/cpp_opts.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ COPTS = select({
1515
"/wd4506", # no definition for inline function 'function'
1616
"/wd4800", # 'type' : forcing value to bool 'true' or 'false' (performance warning)
1717
"/wd4996", # The compiler encountered a deprecated declaration.
18-
"/utf-8", # Set source and execution character sets to UTF-8
1918
],
2019
"//conditions:default": [
2120
"-DHAVE_ZLIB",

0 commit comments

Comments
 (0)