logoalt Hacker News

suprjami10/11/20241 replyview on HN

How do you propose to generate the compilation database without compiling? I would really like that for the Linux kernel.


Replies

xxpor10/12/2024

You really need build system support. For example, Ninja can generate the file without actually doing the build because it knows everything it _would_ do.