From 6cc6ac44e065b9e8975fadfd6ccb99cbcf89aac4 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 5 Apr 2019 09:05:22 -0700 Subject: Export of internal Abseil changes. -- 4a7dc9bd72a50f493671ea3ae2a571462cb70fc4 by Jon Cohen : Use -ignore instead of /ignore. CMake was interpreting /ignore as a path and changing it it \ignore in windows builds, expecting it to be some sort of file. Close #293 PiperOrigin-RevId: 242134552 -- 8de3e403667f677859584bb321ef8fce3253af18 by CJ Johnson : In InlinedVector: Migrates `Rep` to `Data` getting rid of the `Allocation` class. PiperOrigin-RevId: 242130255 GitOrigin-RevId: 4a7dc9bd72a50f493671ea3ae2a571462cb70fc4 Change-Id: Ic7ff4c572bba7a411155bf304b9cae10d68599db --- absl/copts/copts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/copts/copts.py') diff --git a/absl/copts/copts.py b/absl/copts/copts.py index 880ff991..cdcf61d6 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", ], } -- cgit v1.2.3