aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/travis/build-and-test.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/travis/build-and-test.sh b/tests/travis/build-and-test.sh
index 8ac8a8f7..c1695b61 100755
--- a/tests/travis/build-and-test.sh
+++ b/tests/travis/build-and-test.sh
@@ -1,9 +1,7 @@
#!/bin/sh
set -e
-BUILD_FLAGS="QMAKE_CXXFLAGS += '-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2'" \
- "QMAKE_LFLAGS += '-Wl,-z,relro -Wl,--as-needed'"
-
+BUILD_FLAGS=""
case "$CONFIG" in
full*)
BUILD_FLAGS="$BUILD_FLAGS QXMPP_USE_SPEEX=1 QXMPP_USE_THEORA=1"