mimalloc icon indicating copy to clipboard operation
mimalloc copied to clipboard

Add compile time option to disable reading from environment

Open MichalPetryka opened this issue 6 months ago • 0 comments

Reading configuration from environment can be undesired in some circumstances and made debugging problematic due to different configurations on different machines. Additionally, doing so isn't really a normal practice for libraries so it can be unexpected for a user.

As such, I'd like to request a CMake flag that'd remove the code for that from the build to be added.

MichalPetryka avatar Jun 29 '25 04:06 MichalPetryka