Skip to content

Commit ed6dcd7

Browse files
authored
Merge pull request #17618 from protocolbuffers/cp-utf8-ascii-28.x
Remove `/utf-8` flag added in #14197
2 parents b045935 + 440dc83 commit ed6dcd7

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)