Add verbosity to build

This commit is contained in:
Gianfranco Costamagna 2018-03-19 11:55:06 +01:00
commit a02f2ab47c

View file

@ -55,9 +55,9 @@ cleanup
mkdir build || rm -rf build/*
cd build
cmake ..
make -j10
make test
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
VERBOSE=1 make -j10
VERBOSE=1 make test
cd ..
cleanup