diff options
Diffstat (limited to 'absl/copts/copts.py')
-rw-r--r-- | absl/copts/copts.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |