aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/benchmark_messages_proto2.proto
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/benchmark_messages_proto2.proto')
-rw-r--r--benchmarks/benchmark_messages_proto2.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/benchmark_messages_proto2.proto b/benchmarks/benchmark_messages_proto2.proto
index 01f67a1a..59085503 100644
--- a/benchmarks/benchmark_messages_proto2.proto
+++ b/benchmarks/benchmark_messages_proto2.proto
@@ -8,6 +8,8 @@ option java_package = "com.google.protobuf.benchmarks";
// This is the default, but we specify it here explicitly.
option optimize_for = SPEED;
+option cc_enable_arenas = true;
+
message GoogleMessage1 {
required string field1 = 1;
optional string field9 = 9;