mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 01:19:28 +01:00
8297041: Remove the last remnants of sjavac
Reviewed-by: cstein, erikj, jjg
This commit is contained in:
@@ -1333,12 +1333,12 @@ it.
|
||||
To use, setup an icecc network, and install icecc on the build machine. Then
|
||||
run `configure` using `--enable-icecc`.
|
||||
|
||||
### Using sjavac
|
||||
### Using the javac server
|
||||
|
||||
To speed up compilation of Java code, especially during incremental compilations,
|
||||
the sjavac server is automatically enabled in the configuration step by default.
|
||||
To explicitly enable or disable sjavac, use either `--enable-javac-server`
|
||||
or `--disable-javac-server`.
|
||||
To speed up compilation of Java code, especially during incremental
|
||||
compilations, the javac server is automatically enabled in the configuration
|
||||
step by default. To explicitly enable or disable the javac server, use either
|
||||
`--enable-javac-server` or `--disable-javac-server`.
|
||||
|
||||
### Building the Right Target
|
||||
|
||||
|
||||
Reference in New Issue
Block a user