baidu / sofa-pbrpc

A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k stars 655 forks source link

support user defined compiler through CXX env variable #177

Closed 00k closed 7 years ago

00k commented 7 years ago

if there are more than one compilers on system : /usr/bin/g++ /usr/bin/g++-4.8 and the users want to compile sofa-pbrpc with g++-4.8, they can do it in this way: CXX=g++-4.8 make