mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-30 09:16:07 -04:00
Make sure jemallocator is disabled in Release builds (we only use it in Debug builds to collect metrics. Supposedly something changed in our 0.16 build that causes it to be initialized even though it isn't used. Not sure, for this, I'm just doing what Claude tell me, but disabling something in Release that I know we aren't using sounds ok).