Skip to content

Commit

Permalink
doc: Document fast builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak authored Oct 16, 2024
1 parent 36ed4c1 commit f361adb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/fastbuild.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Requirements
In order to get fast build working, you have to add some VM options to the IntelliJ setup.
You can go to Help -> Edit custom VM options, and add these entries there:
```
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
```

0 comments on commit f361adb

Please sign in to comment.