surnaik opened a new pull request, #7650: URL: https://github.com/apache/incubator-gluten/pull/7650
## What changes were proposed in this pull request? This PR changes the Cmake option BUILD_JEMALLOC to ENABLE_JEMALLOC_STATS Currently, the option is confusing, when enabled, it builds jemalloc and then sets the `ENABLE_JEMALLOC` definition which prints the stats. The only reason to build jemalloc here is to print the memory stats for debugging. This PR changes the name to signify the intent of that option better. It's imperatively understood that enabling this stats will require building of jemalloc, hence we don't need an explicit BUILD_JEMALLOC and ENABLE_JEMALLOC option separately. ## How was this patch tested? Manually built and tested that the stats flow into logs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
