With the -C, -CW, and -CR flags I can control whether mhs uses compilation caches to speed up compilation. Where the cache is written to/read from is controlled by a single string in the compiler. I would like to be able to give a path of my own, perhaps by an optional argument to the -C family of flags?
I think this isn't difficult to implement, but I don't have time to do it right now. I document it here and will hopefully find time to propose something later.
With the
-C,-CW, and-CRflags I can control whethermhsuses compilation caches to speed up compilation. Where the cache is written to/read from is controlled by a single string in the compiler. I would like to be able to give a path of my own, perhaps by an optional argument to the-Cfamily of flags?I think this isn't difficult to implement, but I don't have time to do it right now. I document it here and will hopefully find time to propose something later.