Closed d-netto closed 1 year ago
The README suggests it's USE_MMTK=1, but from https://github.com/mmtk/julia/blob/master/Make.inc seems like we should use WITH_MMTK=1 in Make.user to build Julia with MMTk.
USE_MMTK=1
WITH_MMTK=1
The README suggests it's
USE_MMTK=1
, but from https://github.com/mmtk/julia/blob/master/Make.inc seems like we should useWITH_MMTK=1
in Make.user to build Julia with MMTk.