aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-07-20 18:43:25 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2014-07-20 18:43:25 +0200
commitf6149cef3b4f87689a481efad47a9ddef4995889 (patch)
tree7a5d73ba39ea35e59aa6f9e5d0878aeaff7d62ee
parentccbb0afa80394b1ac9e21b13ed6573e40ac661e2 (diff)
downloadqxmpp-f6149cef3b4f87689a481efad47a9ddef4995889.tar.gz
remove compiler flags from tests
-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"