Skip to content

Commit

Permalink
Default to a verbose install
Browse files Browse the repository at this point in the history
This would be appreciated by Debian and other software packagers who monitor for the correct inclusion of build hardening flags using https://ruderich.org/simon/blhc/
  • Loading branch information
mr-c authored Dec 9, 2019
1 parent ddb0fbb commit 516d4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ $? != 0 ]; then
exit 1
fi

cmake -DCMAKE_INSTALL_PREFIX="${SDSL_INSTALL_PREFIX}" .. # run cmake
cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX="${SDSL_INSTALL_PREFIX}" .. # run cmake
if [ $? != 0 ]; then
echo "ERROR: CMake build failed."
exit 1
Expand Down

0 comments on commit 516d4f7

Please sign in to comment.