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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-04 13:58:02 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-04 13:58:02 +0400
commitf56aa76752315a763924ade2406d1bcc436f27f1 (patch)
tree45b860baf1f995821ea6fe76aca1dbc195cea3f2 /intern/cycles/cmake
parent0651b9fde32a7349e782522cba431af9552c23e5 (diff)
Cycles: some more windows build fixes, based on patch by Francisco De La Cruz.
Diffstat (limited to 'intern/cycles/cmake')
-rw-r--r--intern/cycles/cmake/platforms.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/cmake/platforms.cmake b/intern/cycles/cmake/platforms.cmake
index 659fd5dcad3..e4364d8fc5d 100644
--- a/intern/cycles/cmake/platforms.cmake
+++ b/intern/cycles/cmake/platforms.cmake
@@ -11,7 +11,7 @@ IF(APPLE)
ENDIF(APPLE)
IF(WIN32)
- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_CRT_SECURE_NO_WARNINGS /EHsc /fp:fast")
+ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Ox /Ot /arch:SSE2 -D_CRT_SECURE_NO_WARNINGS /EHsc /fp:fast")
SET(RTTI_DISABLE_FLAGS "/GR- -DBOOST_NO_RTTI -DBOOST_NO_TYPEID")
SET(PYTHON_MODULE_FLAGS "-DLL")
ENDIF(WIN32)