bkietz opened a new pull request, #37426:
URL: https://github.com/apache/arrow/pull/37426

   `CMakePresets.json` does not export `compile_commands.json` by default, 
which is used by all clang tooling. Adding it as a default ensures that new 
developers (or any others who forget to specifically specify the option) will 
still be able to use their language servers without regenerating the cmake 
build dir.
   
   The relevant option is `"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"`, and causes 
generation of a ~1MB file at build time.


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