diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-04-14 14:06:59 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-04-14 14:06:59 -0400 |
commit | 971b67bf878517ea6817a9e6be382c071c434c4d (patch) | |
tree | b752d48129b5edb9208558a7f5eacff82a402c69 | |
parent | f92d521b46355caa17517b88cc9911179de3b221 (diff) |
disable windows debug builds (temporary)
-rwxr-xr-x | BuildParams | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index 9a5a6bdf41..75ee619228 100755 --- a/BuildParams +++ b/BuildParams @@ -11,6 +11,9 @@ Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2" # Use Public Upload Locations public_build = true +# skip windows debug build until we can get a fix in. +build_CYGWIN_Debug = false + # Update Public Inworld Build Status Indicators email_status_this_is_os = false |