Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: always generate compile commands #2496

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

Riolku
Copy link
Collaborator

@Riolku Riolku commented Nov 24, 2023

Generating compilation commands consumes negligible time on our scale of build. DuckDB enables the generation by default. Also, this automatic generation eases integrations with editors and tools like clang-tidy.

Generating compilation commands consumes negligible time on our scale of
build. DuckDB enables the generation by [default][1]. Also, this automatic
generation eases integrations with editors and tools like clang-tidy.

  [1]: https://github.com/duckdb/duckdb/blob/173a690d18058ca1021b3241653eec27d07eb2df/CMakeLists.txt#L23
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4bb9670) 91.53% compared to head (720513c) 91.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2496   +/-   ##
=======================================
  Coverage   91.53%   91.53%           
=======================================
  Files        1026     1026           
  Lines       37906    37906           
=======================================
  Hits        34696    34696           
  Misses       3210     3210           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Riolku Riolku merged commit 417848b into master Nov 24, 2023
13 checks passed
@Riolku Riolku deleted the unconditional-compile-commands branch November 24, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants