summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-10-22 17:37:25 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-10-22 17:37:25 -0400
commit2c9dfa7cd54b2c7a74ea17f7c51c52678f78a494 (patch)
tree1959bf8455ab6c92094474b3e83f8bef39d1d538 /scripts
parenta0d0b3996055955f59d2f59346d5bbbe4e08eee6 (diff)
downloadqtlocation-mapboxgl-2c9dfa7cd54b2c7a74ea17f7c51c52678f78a494.tar.gz
echo CFLAGS
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index 6ec6d537b8..6d7936f13d 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -37,6 +37,9 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
./autogen.sh --with-gallium-drivers=svga,swrast --disable-dri \
--enable-xlib-glx --enable-glx-tls --with-llvm-prefix=/usr/lib/llvm-3.4 \
--without-va && \
+ echo $CXXFLAGS
+ echo $CFLAGS
+ echo $LDFLAGS
make && sudo make install && \
cd ../