16:47:57 when compiling xmrig, there's one cmake option -DWITH_SECURE_JIT=ON 16:47:58 what does it do? a platform-specific feature? 17:03:04 it just toggles read/write permission on the memory pages 17:03:23 so that pages are only writable when generating a new random program, and not when executing 17:54:18 IIRC it's mandatory for macOS