Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions truffle/README.md
Original file line number Diff line number Diff line change
@@ -45,10 +45,10 @@ But you can also build it yourself, which you will need to do if you are on the
https://github.com/jruby/jruby/wiki/Building-Graal

You then need to set the `JAVACMD` environment variable as described on those
pages.
pages, and tell the JVM to use the Graal compiler.

```
$ JAVACMD=... bin/jruby -X+T ...
$ JAVACMD=... bin/jruby -X+T -J-Djvmci.Compiler=graal ...
```

### What to expect

0 comments on commit cd68aec

Please sign in to comment.