.jrubyrc 256 B

12345678
  1. # Set compilation mode. JIT = at runtime; FORCE = before execution.
  2. # Options: [JIT, FORCE, OFF, OFFIR], Default: JIT.
  3. compile.mode=OFF
  4. # Use invokedynamic to bind FFI invocations.
  5. # Options: [true, false], Default: false.
  6. ffi.compile.invokedynamic=false