diff options
author | David Walter Seikel | 2013-04-19 17:12:36 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-19 17:12:36 +1000 |
commit | 37301a51d2d2f3731ada3ad2170cb9ec91945b62 (patch) | |
tree | bab5dbd5234f9328833d46422e876651aab124d2 /linden/scripts/linux/3-compile-SL-source | |
parent | Bump experimental version number. (diff) | |
download | meta-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-x | linden/scripts/linux/3-compile-SL-source | 2 |
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 | |||
54 | function compile() { | 54 | function 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 ########### |