diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-08 15:15:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 0073788bfead1239d563e93f60dc8021bbf3dfaf (patch) | |
tree | 67bf9245e1ec0645093c53b5f865defe6074be97 /src | |
parent | db5d4d6acf462983d9ae20cb9a964dae3608af1c (diff) |
Use compdb tool to include header files in compile_commands.json
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index a3a7ed1..b05cded 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -89,6 +89,10 @@ using namespace std::chrono; // TODO: Support packaging with musl to reduce number of libraries needed for the package and also to reduce package size. +// TODO: Remove dependency on compdb tool, implement compile_commands.json generation inside sibs. +// Also compile_commands.json shouldn't update if no files have changed. This is easier to do when ninja is replaced so we can track changes +// in source/header files. + #if OS_FAMILY == OS_FAMILY_POSIX #define fout std::cout #define ferr std::cerr |