mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
1691a2355c
When adding "option optimize_for = LITE_RUNTIME;" to proto messages, they are compiled as lighter MessageLite (the base class of Message). Those lighter messages do not allow for reflection though: https://developers.google.com/protocol-buffers/docs/reference/cpp-generated This fixes https://github.com/opencv/opencv/issues/20275