Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoilnen Leite <joilnen.leite@gmail.com>2010-08-11 18:51:52 +0400
committerJoilnen Leite <joilnen.leite@gmail.com>2010-08-11 18:51:52 +0400
commit2a72eb8c287bedd35908ace4f19b06e806592845 (patch)
tree0495903074609c302dc1aae098e922131225e679 /build_files
parente588e8e7419591e13965191274e3ca4ae995695e (diff)
Fixing make files compilation in linux
Diffstat (limited to 'build_files')
-rw-r--r--build_files/make/nan_compile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/make/nan_compile.mk b/build_files/make/nan_compile.mk
index be38eac4f92..4107bb1820d 100644
--- a/build_files/make/nan_compile.mk
+++ b/build_files/make/nan_compile.mk
@@ -176,6 +176,9 @@ ifeq ($(OS),linux)
REL_CFLAGS += -O2
REL_CCFLAGS += -O2
NAN_DEPEND = true
+ ifeq ($(WITH_BF_RAYOPTIMIZATION), true)
+ CCFLAGS += -msse
+ endif
ifeq ($(CPU),alpha)
CFLAGS += -mieee
endif