Skip to content

Commit f034233

Browse files
facchinmcmaglie
authored andcommitted
Add parallel jobs field to proto and rerun protoc
1 parent 35722fd commit f034233

File tree

2 files changed

+35
-25
lines changed

2 files changed

+35
-25
lines changed

Diff for: rpc/commands/compile.pb.go

+34-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rpc/commands/compile.proto

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ message CompileReq {
3737
bool quiet = 11; // Suppresses almost every output.
3838
string vidPid = 12; // VID/PID specific build properties.
3939
string exportFile = 13; // The compiled binary is written to this file
40+
int32 jobs = 14; // The max number of concurrent compiler instances to run (as make -jx)
4041
}
4142

4243
message CompileResp {

0 commit comments

Comments
 (0)