aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/benchmark_messages_proto3.proto
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/benchmark_messages_proto3.proto')
-rw-r--r--benchmarks/benchmark_messages_proto3.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/benchmark_messages_proto3.proto b/benchmarks/benchmark_messages_proto3.proto
index 32f58698..090b554b 100644
--- a/benchmarks/benchmark_messages_proto3.proto
+++ b/benchmarks/benchmark_messages_proto3.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 {
string field1 = 1;
string field9 = 9;