[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22941] branches/blender2.5/blender/config : * BGE optimisation tweaks.

Nathan Letwory jesterking at letwory.net
Wed Sep 2 01:43:00 CEST 2009


Revision: 22941
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22941
Author:   jesterking
Date:     2009-09-02 01:43:00 +0200 (Wed, 02 Sep 2009)

Log Message:
-----------
* BGE optimisation tweaks.

Modified Paths:
--------------
    branches/blender2.5/blender/config/win32-vc-config.py
    branches/blender2.5/blender/config/win64-vc-config.py

Modified: branches/blender2.5/blender/config/win32-vc-config.py
===================================================================
--- branches/blender2.5/blender/config/win32-vc-config.py	2009-09-01 23:32:34 UTC (rev 22940)
+++ branches/blender2.5/blender/config/win32-vc-config.py	2009-09-01 23:43:00 UTC (rev 22941)
@@ -149,7 +149,7 @@
 
 CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267']
 CXXFLAGS = ['/EHsc']
-BGE_CXXFLAGS = ['/O2', '/EHsc', '/GR', '/fp:fast']
+BGE_CXXFLAGS = ['/O2', '/EHsc', '/GR', '/fp:fast', '/arch:SSE']
 
 BF_DEBUG_CCFLAGS = ['/Zi', '/FR${TARGET}.sbr']
 

Modified: branches/blender2.5/blender/config/win64-vc-config.py
===================================================================
--- branches/blender2.5/blender/config/win64-vc-config.py	2009-09-01 23:32:34 UTC (rev 22940)
+++ branches/blender2.5/blender/config/win64-vc-config.py	2009-09-01 23:43:00 UTC (rev 22941)
@@ -163,7 +163,7 @@
 CFLAGS = []
 CCFLAGS = ['/nologo', '/Ob1', '/J', '/W3', '/Gd', '/wd4244', '/wd4305', '/wd4800', '/wd4065', '/wd4267']
 CXXFLAGS = ['/EHsc']
-BGE_CXXFLAGS = ['/O2', '/EHsc', '/GR', '/fp:fast']
+BGE_CXXFLAGS = ['/O2', '/EHsc', '/GR', '/fp:fast', '/arch:SSE2']
 
 BF_DEBUG_CCFLAGS = ['/Zi', '/FR${TARGET}.sbr']
 





More information about the Bf-blender-cvs mailing list