aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-01 05:05:22 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit69c7ec31219d666bba4f053fcce07d4df58b8ba2 (patch)
tree8811e14fa75a76ba09f625299a397fb839c7c135 /src
parente2d947ccd6947c9190569fedbb4a90505b5fe9a5 (diff)
Update README, remove old TODO
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6a330ca..290ed9e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -61,12 +61,6 @@ using namespace std::chrono;
// to compare strings. Duplicate options can happen if for example a project has two dependencies and both dependencies
// have dependency on the same package (would be common for example with boost libraries or libraries that dpepend on boost)
-// TODO: Create symlink to dependencies, for example if we have dependency on xxhash which has xxhash.h in its root directory,
-// then you should be able to include it from dependant project by typing #include "xxhash/xxhash.h"
-// that means we create a symlink with the dependency name to the dependency version directory.
-// This will make it easier to prevent clashes in header file names and it's easier to see from the include statement
-// what exactly we are including.
-
// TODO: Implement link-time-optimization which should be used if building with a certain optimization level (sibs build)
// TODO (bug): Fix issue where running sibs-build in a project that uses cmake wont build and run tests