From 0073788bfead1239d563e93f60dc8021bbf3dfaf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 8 Oct 2018 15:15:43 +0200 Subject: Use compdb tool to include header files in compile_commands.json --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3