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:
authorJens Verwiebe <info@jensverwiebe.de>2014-03-11 20:34:20 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-03-11 20:34:31 +0400
commit4e3f27032e86a9e04af87a4c6881f2f54de01f1a (patch)
tree1955ea8f34d3e8ba9cbc5381a48326f1b2a30db6 /extern/bullet2/CMakeLists.txt
parent997b49a5f30ee0c1862d165530321811e5977d9d (diff)
OSX/bullet: do a last fix for scons. Now in both buildsystems the used flags are in sync for OSX
Diffstat (limited to 'extern/bullet2/CMakeLists.txt')
-rw-r--r--extern/bullet2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/bullet2/CMakeLists.txt b/extern/bullet2/CMakeLists.txt
index 7129223e5d2..e8169521599 100644
--- a/extern/bullet2/CMakeLists.txt
+++ b/extern/bullet2/CMakeLists.txt
@@ -406,7 +406,7 @@ endif()
# Tentative fix for bullet misbehavior (T38746), needs further clarification what flags conflict here
if(APPLE AND CMAKE_C_COMPILER_ID MATCHES "Clang" AND NOT ${CMAKE_C_COMPILER_VERSION} VERSION_LESS '3.4')
set(CMAKE_C_FLAGS_RELEASE "") # c-api uses plain basic flags
- set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -fPIC -msse3 -mssse3")
+ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -fPIC -msse3 -mssse3 -ffast-math")
endif()
blender_add_lib(extern_bullet "${SRC}" "${INC}" "${INC_SYS}")