From f6149cef3b4f87689a481efad47a9ddef4995889 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sun, 20 Jul 2014 18:43:25 +0200 Subject: remove compiler flags from tests --- tests/travis/build-and-test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') 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" -- cgit v1.2.3