aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-04-09 00:54:10 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit137cbf7ddeeb534353af9a1c3bfa4b70a63051e2 (patch)
tree812dda7e3c29fd17bdd57ffd3fa276c525b3daf4 /src
parente592041f16d34495ba1146705adfb848f80a2a0d (diff)
Remove compdb dependency
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
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.