aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/develop.py
diff options
context:
space:
mode:
authorelektrahesse2010-10-18 03:36:43 +0200
committerelektrahesse2010-10-18 03:36:43 +0200
commitdab62a3fba7b332323131cd038642d006e57f47c (patch)
tree9c03d6f6ab6d16a824d364246f5c70828fe072dd /linden/indra/develop.py
parentChanged version to Experimental 2010.10.17 (diff)
downloadmeta-impy-dab62a3fba7b332323131cd038642d006e57f47c.zip
meta-impy-dab62a3fba7b332323131cd038642d006e57f47c.tar.gz
meta-impy-dab62a3fba7b332323131cd038642d006e57f47c.tar.bz2
meta-impy-dab62a3fba7b332323131cd038642d006e57f47c.tar.xz
Changed default compile settings for Mac. Now SSE3 and SSE4 are enabled by default, gcc-4.2 is used and 10.5 SDK is auto selected. Build from commandline in Release mode now work perfectly (./develop.py -t Release build) without the need for Xcode at all.
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/develop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/develop.py b/linden/indra/develop.py
index 809ac78..2ce9f91 100755
--- a/linden/indra/develop.py
+++ b/linden/indra/develop.py
@@ -421,7 +421,7 @@ class DarwinSetup(UnixSetup):
421 type=self.build_type.upper() 421 type=self.build_type.upper()
422 ) 422 )
423 if self.unattended == 'ON': 423 if self.unattended == 'ON':
424 args['universal'] = '-DCMAKE_OSX_ARCHITECTURES:STRING=\'i386;ppc\'' 424 args['universal'] = '-DCMAKE_OSX_ARCHITECTURES:STRING=\'i386\''
425 #if simple: 425 #if simple:
426 # return 'cmake %(opts)s %(dir)r' % args 426 # return 'cmake %(opts)s %(dir)r' % args
427 return ('cmake -G %(generator)r ' 427 return ('cmake -G %(generator)r '