Blender Git Commit Log
Git Commits -> Revision 7d2030d
Revision 7d2030d by Sergey Sharybin (master) July 7, 2013, 18:29 (GMT) |
Arrempt to fix Cycles compilation with Clang Issue is caused by missing sse flags for Clang compilers, this flags only was set for GNU C compilers. Added if branch for Clang now, which contains the same flags apart from -mfpmath=sse, This is because Clang was claiming it's unused argument. Probably OSX would need some further checks since it's also using Clang. I've got no idea why it could have worked for OSX before.. |
Commit Details:
Full Hash: 7d2030d23378cd4a6f0f0be0997324d67b3e642a
SVN Revision: 58064
Parent Commit: 22f26b2
Lines Changed: +4, -0
1 Modified Path:
/intern/cycles/CMakeLists.txt (+4, -0) (Diff)