mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-28 20:55:31 +01:00
Add description of RUBY_CFLAGS
to README.
This commit is contained in:
parent
3f0576b9e0
commit
967cae7b17
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ You can set certain environment variables to control the build process.
|
|||
* `RUBY_BUILD_SKIP_MIRROR`, if set, forces ruby-build to download packages from
|
||||
their original source URLs instead of using a mirror.
|
||||
* `CC` sets the path to the C compiler.
|
||||
* `RUBY_CFLAGS` lets you pass additional options to the default `CFLAGS`. Use
|
||||
this to override, for instance, the `-O3` option.
|
||||
* `CONFIGURE_OPTS` lets you pass additional options to `./configure`.
|
||||
* `MAKE` lets you override the command to use for `make`. Useful for specifying
|
||||
GNU make (`gmake`) on some systems.
|
||||
|
|
Loading…
Reference in a new issue