From 137cbf7ddeeb534353af9a1c3bfa4b70a63051e2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 9 Apr 2019 00:54:10 +0200 Subject: Remove compdb dependency --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index bf97450..5efafe6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -89,10 +89,6 @@ 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. - // TODO: Create a script that downloads every library in the package list (packages.json) and build each project for every new release of sibs // to verify we don't break anything. -- cgit v1.2.3