标签:int32 cc 10086 头破血流 C++ grpc port DEFINE
语法部分:
宏定义 DEFINE_int32(port, 10086, "grpc listening port");
```
#include
#include
DEFINE_int32(port, 10086, "grpc listening port");
```
#### err:“未定义的引用”
`g++ speech-service-main.cc http_server.cc mongoose.cc -lpthread`
依赖的文件按顺序给出, -l链接动态库
标签:int32,
cc,
10086,
头破血流,
C++,
grpc,
port,
DEFINE
From: https://www.cnblogs.com/lhx9527/p/16711815.html