Export of internal Abseil changes
-- f685906f54727cc2d356787af410ef72ddd38bd0 by Derek Mauro <dmauro@google.com>: On Windows, compile with /bigobj. Some template heavy code requires this. PiperOrigin-RevId: 265695531 -- ed808812a4f5915d0516cecdc24ef4b90cf8333e by Derek Mauro <dmauro@google.com>: Fix the btree_test build on Windows+CMake PiperOrigin-RevId: 265689993 -- c9a8ade28d7537d1dceec19c74edc4b10daf3c91 by Abseil Team <absl-team@google.com>: Remove unused using ::test::IsEmpty. PiperOrigin-RevId: 265567080 GitOrigin-RevId: f685906f54727cc2d356787af410ef72ddd38bd0 Change-Id: I12a3c9ef41c1b7c4c5f075a1ad4cedad54e953ac
This commit is contained in:
parent
2d2d7fbc28
commit
a0d1e098c2
5 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue