summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-ios-clang/rename_main.sh
Commit message (Collapse)AuthorAgeFilesLines
* iOS: Use in-place string renaming to rename main() instead of ldTor Arne Vestbø2014-01-061-0/+63
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>