Set default to utf-8 to fix command line arguments containing none ASCII chars

pull/14197/head
Harald Nielsen 1 year ago
parent 34bbf3162d
commit 673d575665
  1. 1
      build_defs/cpp_opts.bzl

@ -35,6 +35,7 @@ LINK_OPTS = select({
"//build_defs:config_msvc": [ "//build_defs:config_msvc": [
# Suppress linker warnings about files with no symbols defined. # Suppress linker warnings about files with no symbols defined.
"-ignore:4221", "-ignore:4221",
"/utf-8",
], ],
"@platforms//os:macos": [ "@platforms//os:macos": [
"-lpthread", "-lpthread",

Loading…
Cancel
Save