diff options
author | onefang | 2019-08-01 05:55:53 +1000 |
---|---|---|
committer | onefang | 2019-08-01 05:55:53 +1000 |
commit | 7f332ccdfd0406e319cc65fe09ecca442c2add9c (patch) | |
tree | 30bcf531eaa061c60c9cb1b25747505f320c9ba8 /BuildIt.sh | |
parent | TODO-- These got fixed a while ago. (diff) | |
download | opensim-SC-7f332ccdfd0406e319cc65fe09ecca442c2add9c.zip opensim-SC-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.gz opensim-SC-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.bz2 opensim-SC-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.xz |
Comments++ about how to build and test debug builds.
Diffstat (limited to '')
-rwxr-xr-x | BuildIt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,4 +25,5 @@ if [ "4" == $(mono -V | head -n 1 | cut -d ' ' -f 5 | cut -d '.' -f 1) ]; then | |||
25 | else | 25 | else |
26 | # Use this for Mono 5 and later. | 26 | # Use this for Mono 5 and later. |
27 | msbuild /p:Configuration=Release | 27 | msbuild /p:Configuration=Release |
28 | # msbuild /p:Configuration=Debug | ||
28 | fi | 29 | fi |