qt5base-lts/mkspecs/macx-ios-clang/features
Tor Arne Vestbø 702bda5cc9 iOS: Use in-place string renaming to rename main() instead of ld
Processing the object file with ld strips away debug information for
the main() function, resulting in the debugger not being able to
break on specific lines of the function.

It also causes issues when externing sybols in main's object file.

We revert back to the approach of using the strings in-line in the
object file (which is why we keep the name the same length, 'qtmn').

Task-number: QTBUG-35553
Change-Id: I8b0acee36f48ecfefa2e4fd008a842365713d985
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
2014-01-06 20:58:28 +01:00
..
default_post.prf Merge remote-tracking branch 'origin/release' into stable 2013-12-05 17:42:33 +01:00
default_pre.prf iOS: Build simulator libraries with suffix 2013-10-30 00:34:34 +01:00
qt_config.prf iOS: Add default QT_ARCH for configure tests to our own qt_config.prf 2013-10-18 15:36:05 +02:00
qt.prf iOS: Use in-place string renaming to rename main() instead of ld 2014-01-06 20:58:28 +01:00