From: <lr...@us...> - 2007-01-23 16:28:36
|
Revision: 1480 http://svn.sourceforge.net/rubycocoa/?rev=1480&view=rev Author: lrz Date: 2007-01-23 08:28:27 -0800 (Tue, 23 Jan 2007) Log Message: ----------- 2007-01-23 Laurent Sansonetti <lsa...@ap...> * misc/libffi/Makefile.rubycocoa, framework/RubyCocoa.xcodeproj/project.pbxproj: Build everything with -O3. This is to make sure the FFI-generated closures are callable from the generated objc_msgSent_stret calls by GCC. Otherwise closures return C structure may cause memory corruption. Thanks a lot to Ronald Oussoren! Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/misc/libffi/Makefile.rubycocoa This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |