From 7f332ccdfd0406e319cc65fe09ecca442c2add9c Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 1 Aug 2019 05:55:53 +1000 Subject: Comments++ about how to build and test debug builds. --- BuildIt.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'BuildIt.sh') diff --git a/BuildIt.sh b/BuildIt.sh index c51a349..86948b6 100755 --- a/BuildIt.sh +++ b/BuildIt.sh @@ -25,4 +25,5 @@ if [ "4" == $(mono -V | head -n 1 | cut -d ' ' -f 5 | cut -d '.' -f 1) ]; then else # Use this for Mono 5 and later. msbuild /p:Configuration=Release +# msbuild /p:Configuration=Debug fi -- cgit v1.1