Skip to content

Commit

Permalink
Merge pull request #17617 from protocolbuffers/cp-utf8-ascii
Browse files Browse the repository at this point in the history
Remove `/utf-8` flag added in #14197
  • Loading branch information
zhangskz committed Jul 25, 2024
2 parents c9839cb + e20cb7a commit 67d7298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_defs/cpp_opts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ COPTS = select({
"/wd4506", # no definition for inline function 'function'
"/wd4800", # 'type' : forcing value to bool 'true' or 'false' (performance warning)
"/wd4996", # The compiler encountered a deprecated declaration.
"/utf-8", # Set source and execution character sets to UTF-8
],
"//conditions:default": [
"-DHAVE_ZLIB",
Expand Down

0 comments on commit 67d7298

Please sign in to comment.