microsoft / Trieste

A term rewriting system for experimental programming language development.
MIT License
37 stars 20 forks source link

Flag to disable snmalloc #116

Closed matajoh closed 2 months ago

matajoh commented 3 months ago

We may want to relax the hard dependency on snmalloc to be gated using a CMake option (that defaults to ON). That would allow downstream consumers of the library to opt out of snmalloc usage if they so desire.

mjp41 commented 2 months ago

Closed by #117