From 96f9fb54725fb50d171199e84b726853112e324d Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 14 Jan 2015 13:37:19 -0500 Subject: remove support for Debug builds --- BuildParams | 6 +- autobuild.xml | 228 ---------------------------------------------------------- 2 files changed, 5 insertions(+), 229 deletions(-) diff --git a/BuildParams b/BuildParams index 695d895341..74bd2b4923 100755 --- a/BuildParams +++ b/BuildParams @@ -13,8 +13,12 @@ Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2" public_build = true build_docs = true -# skip windows debug build until we can get a fix in. +# disable all Debug builds (RelWithDebInfo is sufficient) build_CYGWIN_Debug = false +build_Linux_Debug = false +build_Darwin_Debug = false +build_Debug = false + # Update Public Inworld Build Status Indicators (setting should mirror "public_build") email_status_this_is_os = true diff --git a/autobuild.xml b/autobuild.xml index 9e9e5082ad..476a145dc2 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -2308,47 +2308,6 @@ configurations - Debug - - build - - - configure - - command - cmake - options - - -DCMAKE_BUILD_TYPE:STRING=Debug - -DWORD_SIZE:STRING=32 - -DROOT_PROJECT_NAME:STRING=SecondLife - -DINSTALL_PROPRIETARY=TRUE - - - name - Debug - - DebugOS - - configure - - arguments - - ../indra - - command - cmake - options - - -DCMAKE_BUILD_TYPE:STRING=Debug - -DWORD_SIZE:STRING=32 - -DROOT_PROJECT_NAME:STRING=SecondLife - -DINSTALL_PROPRIETARY=FALSE - - - name - DebugOS - RelWithDebInfo build @@ -2441,60 +2400,6 @@ build-darwin-i386 configurations - Debug - - build - - command - xcodebuild - filters - - setenv - - options - - -configuration Debug - -project SecondLife.xcodeproj - - - configure - - arguments - - ../indra - - options - - -G - 'Xcode' - - - name - Debug - - DebugOS - - build - - command - xcodebuild - options - - -configuration Debug - -project SecondLife.xcodeproj - - - configure - - options - - -G - 'Xcode' - - - name - DebugOS - RelWithDebInfo build @@ -2619,54 +2524,6 @@ build-linux-i686 configurations - Debug - - build - - command - make - options - - -j 12 - - - configure - - arguments - - ../indra - - options - - -G - 'Unix Makefiles' - - - name - Debug - - DebugOS - - build - - command - make - options - - -j 7 - - - configure - - options - - -G - 'Unix Makefiles' - - - name - DebugOS - RelWithDebInfo build @@ -2783,91 +2640,6 @@ build-vc120 configurations - Debug - - build - - arguments - - SecondLife.sln - - command - BuildConsole - options - - /build - "/cfg=Debug|Win32" - - - configure - - arguments - - ..\indra - && - ..\indra\tools\vstool\VSTool.exe - --solution - SecondLife.sln - --config - Debug - --startup - secondlife-bin - - options - - -G - "Visual Studio 12" - - - name - Debug - - DebugOS - - build - - arguments - - SecondLife.sln - - command - msbuild.exe - options - - /p:Configuration=Debug - /p:Platform=Win32 - /t:Build - /p:useenv=true - /verbosity:minimal - /toolsversion:4.0 - /p:"VCBuildAdditionalOptions= /incremental" - - - configure - - arguments - - ..\indra - && - ..\indra\tools\vstool\VSTool.exe - --solution - SecondLife.sln - --config - Debug - --startup - secondlife-bin - - options - - -G - "Visual Studio 12" - -DUNATTENDED:BOOL=ON - -DUSE_KDU=FALSE - - - name - DebugOS - RelWithDebInfo build -- cgit v1.2.3