diff --git a/scripts/clean-build.sh b/scripts/clean-build.sh index d1041a4..fb05249 100755 --- a/scripts/clean-build.sh +++ b/scripts/clean-build.sh @@ -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