kou commented on PR #50387:
URL: https://github.com/apache/arrow/pull/50387#issuecomment-4893202804

   The CMake code worked properly. I think that it's broken when we use CMake 
3.25 or later. I think that CMake 3.25 introduced 
`CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` and removed `/Zi` from 
`CMAKE_C{,XX}_FLAGS*`.
   
   So we should use `CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` instead of the 
existing `/Zi` -> `/Z7` code.


-- 
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]

Reply via email to