Commit 9874f36
committed
[cmake] Always generate compile_commands.json
I can't think of a valid reason not to generate compile_commands.json
and several reasons why we should
1. I don't like typing configure options that much.
2. I like editor completion to work without me having to regenerate my
build.
3. It's a good way to inspect final build flags without having to
query the build system.1 parent b183740 commit 9874f36
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments