Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/Make.user
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FORCE_ASSERTIONS=1
LLVM_ASSERTIONS=1
USE_BINARYBUILDER_MMTK_JULIA=0
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ Make sure you have the prerequisites for building [MMTk](https://github.com/mmtk

To build Julia with MMTk using the version built in the previous step, first ensure you have the prerequisites for building [Julia](https://github.com/JuliaLang/julia/blob/master/doc/src/devdocs/build/build.md#required-build-tools-and-external-libraries).

Next create a `Make.user` file in the top-level directory of the Julia repository consisting of the line `MMTK_PLAN=Immix`.
Next create a `Make.user` file in the top-level directory of the Julia repository consisting of the lines:

```
MMTK_PLAN=Immix
USE_BINARYBUILDER_MMTK_JULIA=0
```

Finally, if you have not done it already, set the following environment variable:

Expand Down
Loading