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

Commits on Nov 24, 2023

  1. cmake: always generate compile commands

    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
    Riolku committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    720513c View commit details
    Browse the repository at this point in the history