diff options
Diffstat (limited to 'absl/copts/copts.py')
-rw-r--r-- | absl/copts/copts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/copts/copts.py b/absl/copts/copts.py index 880ff991bda4..cdcf61d675f3 100644 --- a/absl/copts/copts.py +++ b/absl/copts/copts.py @@ -189,6 +189,6 @@ COPT_VARS = { MSVC_STYLE_EXCEPTIONS_FLAGS, "ABSL_MSVC_LINKOPTS": [ # Object file doesn't export any previously undefined symbols - "/ignore:4221", + "-ignore:4221", ], } |