Skip to content

Commit

Permalink
Update protobuf and abseil
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Nov 2, 2023
1 parent ddd9730 commit db03bfe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions src/protobuf/protobuf.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
],
# Sources for protoc (common part and C++ generator only).
'protoc_sources': [
'<!@(<(glob_protobuf) compiler "*.cc" --exclude "*_tester.cc" fake_plugin.cc main.cc)',
'<!@(<(glob_protobuf) compiler "*.cc" --exclude "*_tester.cc" fake_plugin.cc test_plugin.cc main.cc)',
'<!@(<(glob_protobuf) compiler/allowlists "*.cc")',
'<!@(<(glob_protobuf) compiler/cpp "**/*.cc")',
'<!@(<(glob_protobuf) compiler/cpp "**/*.cc" --exclude main.cc)',
'custom_protoc_main.cc',
],
},
Expand Down Expand Up @@ -122,6 +122,13 @@
'msvs_disabled_warnings': [
'<@(msvc_disabled_warnings_for_protoc)',
],
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
'/permissive', # https://github.com/protocolbuffers/protobuf/issues/14602
],
},
},
'xcode_settings': {
'USE_HEADERMAP': 'NO',
},
Expand Down
2 changes: 1 addition & 1 deletion src/third_party/abseil-cpp
Submodule abseil-cpp updated 388 files
2 changes: 1 addition & 1 deletion src/third_party/protobuf
Submodule protobuf updated 2158 files

0 comments on commit db03bfe

Please sign in to comment.