diff options
Diffstat (limited to 'other/travis/env.sh')
-rw-r--r-- | other/travis/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/env.sh b/other/travis/env.sh index f899eb88..bb19d46d 100644 --- a/other/travis/env.sh +++ b/other/travis/env.sh | |||
@@ -7,6 +7,7 @@ export LD_LIBRARY_PATH=$CACHE_DIR/lib | |||
7 | export PKG_CONFIG_PATH=$CACHE_DIR/lib/pkgconfig | 7 | export PKG_CONFIG_PATH=$CACHE_DIR/lib/pkgconfig |
8 | export ASTYLE=$CACHE_DIR/astyle/build/gcc/bin/astyle | 8 | export ASTYLE=$CACHE_DIR/astyle/build/gcc/bin/astyle |
9 | export CFLAGS="-O3 -DTRAVIS_ENV=1" | 9 | export CFLAGS="-O3 -DTRAVIS_ENV=1" |
10 | export CMAKE_EXTRA_FLAGS="-DERROR_ON_WARNING=ON" | ||
10 | 11 | ||
11 | BUILD_DIR=_build | 12 | BUILD_DIR=_build |
12 | 13 | ||