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:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2009-10-01 22:30:59 +0400
committerAndre Susano Pinto <andresusanopinto@gmail.com>2009-10-01 22:30:59 +0400
commit8da55763b541075dae4b1f7713c43af2b609e332 (patch)
tree11ffca85cc606440a6268de7ea9afb5db806e426 /source/blender/render/SConscript
parent04fdec2017461bc9f85b24a74782e6049c0f2df9 (diff)
*Updated UI options and added UI options to:
control whether instances are used or not control whether vertexs are stored localy or not *Removed unsused code
Diffstat (limited to 'source/blender/render/SConscript')
-rw-r--r--source/blender/render/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/render/SConscript b/source/blender/render/SConscript
index a15dada1bec..4ad7694cbbf 100644
--- a/source/blender/render/SConscript
+++ b/source/blender/render/SConscript
@@ -1,8 +1,8 @@
#!/usr/bin/python
Import ('env')
-cflags = ['-msse2','-mfpmath=sse']
-cxxflags = ['-msse2','-mfpmath=sse']
+cflags = ['-O2','-msse2','-mfpmath=sse']
+cxxflags = ['-O2','-msse2','-mfpmath=sse']
sources = env.Glob('intern/source/*.c')
raysources = env.Glob('intern/raytrace/*.cpp')