diff options
author | Nikita Kozlovskiy <nikitka@gmail.com> | 2023-06-13 15:57:27 +0000 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-06-13 18:57:27 +0300 |
commit | 7971a740bba1eec1f6de7eb057f2e7c8429b5af6 (patch) | |
tree | b49f79ecb0b25a86fa0d7b617f94bc6417d03dd6 /BUILD.md | |
parent | eb8e6ca2ae24ab49502af9372b0229b11b595d05 (diff) | |
download | ydb-7971a740bba1eec1f6de7eb057f2e7c8429b5af6.tar.gz |
BUILD.md typo fix
BUILD.md typo fix
Pull Request resolved: #257
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ With enabled Ccache, you can finish the compilation of all targets on supported ```bash ccache -o remote_storage="http://158.160.20.102:8080|read-only|layout=bazel" ccache -o sloppiness=locale - ccache -o basedir=~/ydbwork/ + ccache -o base_dir=~/ydbwork/ ``` </details> |