[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61169] trunk/blender/build_files/scons/ config/darwin-config.py: OSX/scons: remove obsolete compile flag

jens verwiebe info at jensverwiebe.de
Wed Nov 6 16:46:57 CET 2013


Revision: 61169
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61169
Author:   jensverwiebe
Date:     2013-11-06 15:46:57 +0000 (Wed, 06 Nov 2013)
Log Message:
-----------
OSX/scons: remove obsolete compile flag

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/darwin-config.py

Modified: trunk/blender/build_files/scons/config/darwin-config.py
===================================================================
--- trunk/blender/build_files/scons/config/darwin-config.py	2013-11-06 15:42:01 UTC (rev 61168)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2013-11-06 15:46:57 UTC (rev 61169)
@@ -339,7 +339,7 @@
 
 # Intel 64bit Macs are Core2Duo and up
 if MACOSX_ARCHITECTURE == 'x86_64':
-    REL_CCFLAGS += ['-march=core2','-mssse3']
+    REL_CCFLAGS += ['-mssse3']
 
 CC_WARN = ['-Wall']
 C_WARN = ['-Wno-char-subscripts', '-Wpointer-arith', '-Wcast-align', '-Wdeclaration-after-statement', '-Wno-unknown-pragmas', '-Wstrict-prototypes']




More information about the Bf-blender-cvs mailing list