Skip to content

Commit 7b0b725

Browse files
committed
[GR-18963] Update the wording about native toolchain launchers.
PullRequest: truffleruby/1212
2 parents 1e85fce + a390c06 commit 7b0b725

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/contributor/workflow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ scratch.
7979

8080
### Building C Extensions Faster
8181

82-
To speed up compilation of bundled C extensions, it is recommended to use
83-
*native* toolchain launchers, which save around 1 minute of build time.
82+
To speed up compilation of bundled C extensions, it is possible to use
83+
*native* toolchain launchers, which might save some build time.
8484
See the [related documentation](https://github.com/oracle/graal/blob/master/sulong/docs/TOOLCHAIN.md#using-a-prebuilt-graalvm-as-a-bootstrapping-toolchain)
8585
in Sulong to build and use them.
8686

87-
Or set `export JT_CACHE_TOOLCHAIN=true` environment variable to have the
88-
toolchain built and used by `jt` automatically. `jt` will keep the 4 newest
89-
built toolchains to avoid rebuilding when branches are switched.
87+
You can also use `export JT_CACHE_TOOLCHAIN=true` to have the native toolchain
88+
launchers built and used by `jt` automatically. `jt` will keep the 4 newest
89+
built toolchain launchers to avoid rebuilding when branches are switched.
9090

9191
## Running
9292

0 commit comments

Comments
 (0)