Revert "travis.sh: Enable verbose Makefile to debug bin2h issues."

This reverts commit 06fa24d1db.
This commit is contained in:
David Korth 2020-07-13 02:06:08 -04:00
parent 06fa24d1db
commit 010bb6672f

View File

@ -4,7 +4,6 @@ mkdir "${TRAVIS_BUILD_DIR}/build"
cd "${TRAVIS_BUILD_DIR}/build"
cmake --version
cmake .. \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_NLS=OFF \