aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/linux/3-compile-SL-source
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-19 17:12:36 +1000
committerDavid Walter Seikel2013-04-19 17:12:36 +1000
commit37301a51d2d2f3731ada3ad2170cb9ec91945b62 (patch)
treebab5dbd5234f9328833d46422e876651aab124d2 /linden/scripts/linux/3-compile-SL-source
parentBump experimental version number. (diff)
downloadmeta-impy-37301a51d2d2f3731ada3ad2170cb9ec91945b62.zip
meta-impy-37301a51d2d2f3731ada3ad2170cb9ec91945b62.tar.gz
meta-impy-37301a51d2d2f3731ada3ad2170cb9ec91945b62.tar.bz2
meta-impy-37301a51d2d2f3731ada3ad2170cb9ec91945b62.tar.xz
Allow the build scripts to build a configurable type, and make that type RelWithDebInfo.
Diffstat (limited to 'linden/scripts/linux/3-compile-SL-source')
-rwxr-xr-xlinden/scripts/linux/3-compile-SL-source2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/scripts/linux/3-compile-SL-source b/linden/scripts/linux/3-compile-SL-source
index c932340..4ac80a7 100755
--- a/linden/scripts/linux/3-compile-SL-source
+++ b/linden/scripts/linux/3-compile-SL-source
@@ -54,7 +54,7 @@ source config-SL-source
54function compile() { 54function compile() {
55 cd $PATH_TO_SOURCES/indra 55 cd $PATH_TO_SOURCES/indra
56 echo "Compiling the client into $TEMP_DIR..." 56 echo "Compiling the client into $TEMP_DIR..."
57 nice -n 19 $ionice ./develop.py $os_extra --type=Release build 57 nice -n 19 $ionice ./develop.py $os_extra --type=$TYPE build
58} 58}
59 59
60########### end of functions ########### 60########### end of functions ###########