chore(grpc): 移除 proto3 可选项生成标志

- 从 Makefile 中移除 `--experimental_allow_proto3_optional` 标志,以简化 proto 文件生成过程并确保与最新的 gRPC 兼容性。
This commit is contained in:
zhouyonggao 2025-12-20 15:12:20 +08:00
parent aea29262a6
commit 176bc411fc
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ endif
# generate api proto # generate api proto
generate: generate:
protoc --proto_path=./ \ protoc --proto_path=./ \
--experimental_allow_proto3_optional \
--proto_path=./third_party \ --proto_path=./third_party \
--go_out=paths=source_relative:./ \ --go_out=paths=source_relative:./ \
--go-http_out=paths=source_relative:./ \ --go-http_out=paths=source_relative:./ \