[DOC] configure -C tips

This commit is contained in:
Nobuyoshi Nakada 2023-10-20 16:33:23 +09:00
parent 9d1940ba3c
commit 0061eaddc9
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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. - 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: 5. Build Ruby:
``` shell ``` shell