[atos] Prefer binary image in build dir which has symbols pre-extracted and is faster.

Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-582.
This commit is contained in:
Eloy Durán
2014-09-03 13:24:10 +02:00
parent 7f16f33916
commit 069a64eb0c
3 changed files with 4 additions and 1 deletions

2
NEWS
View File

@@ -1,5 +1,7 @@
= RubyMotion 2.33 =
* Improved exception backtrace symbolication performance by ensuring the dSYM
bundle is used when available.
* Improved Enumerable#inject performance. ~40% times faster.
* Fixed a bug that could cause `clang++' to be called with too many arguments
for a shell to handle.