socketry / async-dns

An asynchronous DNS resolver and server.
MIT License
96 stars 14 forks source link

JRuby: use -X+O to enable ObjectSpace #2

Closed olleolleolle closed 7 years ago

olleolleolle commented 7 years ago

The JRuby builds currently fail due to features not being default on.

Using the JRUBY_OPTS env variable with -X+O enabled would avoid this.