Merge from trunk -r 25003:25745.

This commit is contained in:
Arystanbek Dyussenov
2010-01-05 19:21:59 +00:00
780 changed files with 73881 additions and 50790 deletions

View File

@@ -167,6 +167,10 @@ BF_EXPAT_LIBPATH = '/usr/lib'
WITH_BF_OPENMP = True
#Ray trace optimization
WITH_BF_RAYOPTIMIZATION = False
BF_RAYOPTIMIZATION_SSE_FLAGS = ['-msse','-pthread']
##
CC = 'gcc'
CXX = 'g++'