summaryrefslogtreecommitdiff
path: root/other/travis/env-linux.sh
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-17 17:36:05 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-17 22:12:39 +0100
commitdb22522741cccdeba657776844538c71cf8e8e7a (patch)
tree581a9da7867c6887577a1e6800a07009a6a92581 /other/travis/env-linux.sh
parent2fc54498709f7721fc749383389f3d274e26058a (diff)
Add missing DHT_bootstrap to CMakeLists.txt.
- This PR also adds a DEBUG cmake option that enables -DTOX_DEBUG. - We also remove `-Wall`, because there are too many warnings, and nobody really looks at them at the moment. We'll see about fixing them soon. We'll also want to enable `-Werror` at some point. - Finally, this PR enables `-O3` to make sure toxcore still works correctly under heavy compiler optimisations.
Diffstat (limited to 'other/travis/env-linux.sh')
-rw-r--r--other/travis/env-linux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/env-linux.sh b/other/travis/env-linux.sh
index 68cffa06..085f94e6 100644
--- a/other/travis/env-linux.sh
+++ b/other/travis/env-linux.sh
@@ -8,3 +8,4 @@ RUN() {
8export CMAKE=cmake 8export CMAKE=cmake
9export MAKE=make 9export MAKE=make
10export PREFIX=$PWD/_install 10export PREFIX=$PWD/_install
11export NPROC=`nproc`