aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-02-01 20:55:15 +0100
committerdec05eba <dec05eba@protonmail.com>2018-02-01 20:55:20 +0100
commitd376b476b15359df460977a3e64c58811fab2c91 (patch)
tree237373513633755e5ad19aab4b2b7f77ae435b40 /src
parent18e90244d305faeb5560c02d6f0b9e848830ecc7 (diff)
Add parent project expose include dir to tests
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bd3171f..f91929c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -73,7 +73,9 @@ using namespace std::chrono;
// 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
+// what exactly we are including.
+
+// TODO: Implement link-time-optimization which should be used if building with a certain optimization level (sibs build)
#if OS_FAMILY == OS_FAMILY_POSIX
#define ferr std::cerr