Skip to content

Commit

Permalink
Verbose output during debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Feb 21, 2024
1 parent 379d697 commit 6d67f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
rm -rf CMakeCache.txt CMakeFiles
cmake . -DCMAKE_BUILD_TYPE=DEBUG
cmake . -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
make

0 comments on commit 6d67f4b

Please sign in to comment.