From a0d1e098c2f99694fa399b175a7ccf920762030e Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 27 Aug 2019 09:03:36 -0700 Subject: Export of internal Abseil changes -- f685906f54727cc2d356787af410ef72ddd38bd0 by Derek Mauro : On Windows, compile with /bigobj. Some template heavy code requires this. PiperOrigin-RevId: 265695531 -- ed808812a4f5915d0516cecdc24ef4b90cf8333e by Derek Mauro : Fix the btree_test build on Windows+CMake PiperOrigin-RevId: 265689993 -- c9a8ade28d7537d1dceec19c74edc4b10daf3c91 by Abseil Team : Remove unused using ::test::IsEmpty. PiperOrigin-RevId: 265567080 GitOrigin-RevId: f685906f54727cc2d356787af410ef72ddd38bd0 Change-Id: I12a3c9ef41c1b7c4c5f075a1ad4cedad54e953ac --- absl/copts/copts.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'absl/copts/copts.py') diff --git a/absl/copts/copts.py b/absl/copts/copts.py index 068abcebcc33..0db6e0693b9f 100644 --- a/absl/copts/copts.py +++ b/absl/copts/copts.py @@ -171,6 +171,8 @@ COPT_VARS = { MSVC_STYLE_EXCEPTIONS_FLAGS, "ABSL_MSVC_FLAGS": MSVC_BIG_WARNING_FLAGS + MSVC_DEFINES + [ + # Increase the number of sections available in object files + "/bigobj", "/wd4005", # macro-redefinition "/wd4068", # unknown pragma # qualifier applied to function type has no meaning; ignored -- cgit 1.4.1