diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index f91929c..c0d02d5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -77,6 +77,8 @@ using namespace std::chrono; // 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 + #if OS_FAMILY == OS_FAMILY_POSIX #define ferr std::cerr #else |