bmahler commented on code in PR #492:
URL: https://github.com/apache/mesos/pull/492#discussion_r1467921888
##########
cmake/CompilationConfigure.cmake:
##########
@@ -509,6 +509,10 @@ if (LINUX)
"Whether to enable the port mapping isolator."
FALSE)
+ if (ENABLE_JEMALLOC_ALLOCATOR)
+ add_definitions(-DENABLE_JEMALLOC_ALLOCATOR)
Review Comment:
Thanks! Any reason you don't have it further up next to the option
definition? Similar to how xfs's option and if condition are next to each other?
--
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]