newlib: travis-ci madness... why? why?

This commit is contained in:
Giacomo Tesio 2017-04-22 18:06:08 +02:00
parent 0f5de04207
commit c5b3f320fa
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if [ "$TRAVIS_BUILD_DIR" != "" ]; then
# I can't understand why...
export CC=gcc
fi
export CC=gcc
# NOTE: we use -O0 because apparently vsprintf functions do not
# work with -O2.
export CFLAGS_FOR_TARGET="-g -gdwarf-2 -ggdb -O$NEWLIB_OPTIMIZATION"