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:
Diffstat (limited to 'intern/cycles/SConscript')
-rw-r--r--intern/cycles/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/SConscript b/intern/cycles/SConscript
index 725553e6d5b..27943ed6ac6 100644
--- a/intern/cycles/SConscript
+++ b/intern/cycles/SConscript
@@ -24,9 +24,9 @@ defs.append('WITH_MULTI')
defs.append('WITH_CUDA')
if env['OURPLATFORM'] in ('win32-mingw'):
- cxxflags.append('-fno-rtti -ffast-math -msse -msse2 -msse3 -mtune=native'.split())
- ccflags.append('-ffast-math -msse -msse2 -msse3 -mtune=native'.split())
- defs.append('BOOST_NO_RTTI BOOST_NO_TYPEID'.split())
+ cxxflags.append('-fno-rtti -ffast-math -msse -msse2 -msse3 -mtune=native'.split())
+ ccflags.append('-ffast-math -msse -msse2 -msse3 -mtune=native'.split())
+ defs.append('BOOST_NO_RTTI BOOST_NO_TYPEID'.split())
incs.extend('. bvh render device kernel kernel/osl kernel/svm util subd'.split())
incs.extend('#intern/guardedalloc #source/blender/makesrna #source/blender/makesdna'.split())