Skip to content

Commit

Permalink
Fix typo (#24160)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiao, Ziyang <[email protected]>
  • Loading branch information
ZiyangXiao authored Nov 23, 2022
1 parent 389bbd8 commit 3e6e6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ The following optional features can be disabled on the Bazel build command-line:
* tcmalloc with `--define tcmalloc=disabled`. Also you can choose Gperftools' implementation of
tcmalloc with `--define tcmalloc=gperftools` which is the default for builds other than x86_64 and aarch64.
* deprecated features with `--define deprecated_features=disabled`
* http3/quic with --//bazel:http3=False
* autolinking libraries with --define=library_autolink=disabled
* http3/quic with `--//bazel:http3=False`
* autolinking libraries with `--define=library_autolink=disabled`
* admin HTML home page with `--define=admin_html=disabled`
* admin functionality with `--define=admin_functionality=disabled`

Expand Down

0 comments on commit 3e6e6c8

Please sign in to comment.