From 2c9dfa7cd54b2c7a74ea17f7c51c52678f78a494 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Wed, 22 Oct 2014 17:37:25 -0400 Subject: echo CFLAGS --- scripts/travis_before_install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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 ../ -- cgit v1.2.1