This will mean that calling DebugString on a MessageLite* which is actually a full Message will get the debug info instead of the minimal output. PiperOrigin-RevId: 649103508pull/17278/head
parent
6750ed8cd8
commit
f810cc5b66
11 changed files with 67 additions and 24 deletions
@ -0,0 +1,10 @@ |
||||
edition = "2023"; |
||||
|
||||
package optimize_for_lite_test; |
||||
|
||||
option java_multiple_files = true; |
||||
option optimize_for = LITE_RUNTIME; |
||||
|
||||
message OptimizeForLiteTestMessage { |
||||
string value = 1; |
||||
} |
Loading…
Reference in new issue