diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-10-20 16:33:23 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-10-20 16:33:23 +0900 |
commit | 0061eaddc9de7e80ebce6fadd00b92beed46bbee (patch) | |
tree | 931b8a1ef209b13688b1daf38cccc3d7a54c7d09 /doc/contributing/building_ruby.md | |
parent | 9d1940ba3c3bd08a8f2c630e51524186e350fdd5 (diff) |
[DOC] `configure -C` tips
Diffstat (limited to 'doc/contributing/building_ruby.md')
-rw-r--r-- | doc/contributing/building_ruby.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index b96fa4bc0b..4f76d15804 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -91,6 +91,8 @@ - If you are frequently building Ruby, add the `--disable-install-doc` flag to not build documentation which will speed up the build process. + - Also `-C` (or `--config-cache`) would reduce time to configure from the next time. + 5. Build Ruby: ``` shell |