pitrou commented on code in PR #41128:
URL: https://github.com/apache/arrow/pull/41128#discussion_r3412471105
##########
cpp/src/arrow/CMakeLists.txt:
##########
@@ -459,7 +459,25 @@ if(ARROW_JEMALLOC)
set_source_files_properties(memory_pool_jemalloc.cc
PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON)
endif()
+if(ARROW_MIMALLOC)
+ list(APPEND ARROW_MEMORY_POOL_SRCS memory_pool_mimalloc.cc)
+ set_source_files_properties(memory_pool_mimalloc.cc
Review Comment:
Hmm, I think I copy/pasted this from another place where we were selecting
custom compilation flags. I'm honestly not sure whether this is necessary...
(and I don't know if anyone is still using precompiled headers with Arrow
C++)
--
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]