Temporarily disable table-based reflection parsing

PiperOrigin-RevId: 496414118
pull/11342/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 535069ec1b
commit 862d74d945
  1. 3
      src/google/protobuf/port_def.inc

@ -808,7 +808,8 @@
#ifdef PROTOBUF_USE_TABLE_PARSER_ON_REFLECTION
#error PROTOBUF_USE_TABLE_PARSER_ON_REFLECTION was previously defined
#endif
#if !defined(PROTOBUF_TEMPORARY_DISABLE_TABLE_PARSER_ON_REFLECTION)
// Note: b/243790549 turn off table-based parsing temporarily
#if 0 // !defined(PROTOBUF_TEMPORARY_DISABLE_TABLE_PARSER_ON_REFLECTION)
#define PROTOBUF_USE_TABLE_PARSER_ON_REFLECTION 1
#endif // PROTOBUF_ENABLE_FORCE_ALLOCATION_ON_CONSTRUCTION

Loading…
Cancel
Save