Skip to content

Commit

Permalink
Use lazymsg allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jan 2, 2024
1 parent 16bdc2b commit e96f558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpilibj/generate_quickbuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[
sys.argv[1],
f"--plugin=protoc-gen-quickbuf={sys.argv[2]}",
f"--quickbuf_out=gen_descriptors=true:{os.path.abspath('./wpilibj/src/generated/main/java')}",
f"--quickbuf_out=allocation:lazymsg,gen_descriptors=true:{os.path.abspath('./wpilibj/src/generated/main/java')}",
f"-I{absolute_dir}",
absolute_filename,
]
Expand Down

0 comments on commit e96f558

Please sign in to comment.