Skip to content

Commit

Permalink
Set default to utf-8 to fix command line arguments containing none AS…
Browse files Browse the repository at this point in the history
…CII chars
  • Loading branch information
hknielsen committed Sep 26, 2023
1 parent 34bbf31 commit 673d575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_defs/cpp_opts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ LINK_OPTS = select({
"//build_defs:config_msvc": [
# Suppress linker warnings about files with no symbols defined.
"-ignore:4221",
"/utf-8",
],
"@platforms//os:macos": [
"-lpthread",
Expand Down

0 comments on commit 673d575

Please sign in to comment.