You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/contributor/workflow.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -79,14 +79,14 @@ scratch.
79
79
80
80
### Building C Extensions Faster
81
81
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.
84
84
See the [related documentation](https://github.com/oracle/graal/blob/master/sulong/docs/TOOLCHAIN.md#using-a-prebuilt-graalvm-as-a-bootstrapping-toolchain)
85
85
in Sulong to build and use them.
86
86
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.
0 commit comments