A few more improvements

pull/22047/head
Jan Tattermusch 5 years ago committed by GitHub
parent 0a023f64d0
commit 7740ed281d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      doc/command_line_tool.md

@ -63,15 +63,10 @@ $ cmake -DgRPC_BUILD_TESTS=ON ../..
Finally you can build the command line tool with the command:
```
# run from cmake/build directory
$ make grpc_cli
```
To speed up compilation time on linux, you can use make with following flag:
```
$ make grpc_cli -j$(nproc)
```
The main file can be found at
https://github.com/grpc/grpc/blob/master/test/cpp/util/grpc_cli.cc

Loading…
Cancel
Save