summaryrefslogtreecommitdiffstats
path: root/mkspecs/linux-g++-maemo
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* For maemo, do not strip the binaries during the installation.Adrian Constantin2009-12-301-0/+1
| | | | | | The binaries will be stripped during packaging. Reviewed-by: Tom Cooksey
* Disable optimisations which break stack traces on MaemoTom Cooksey2009-11-131-2/+2
| | | | | | | | | The -O2 mode enables omit-frame-pointer & optimize-sibling-calls, which can break stack traces. So, even in release mode, disable these optimisations so that we can at least still get a backtrace when a Qt application dies. Reviewed-By: Stefano Pironato
* Generate debug symbols in release mode on MaemoTom Cooksey2009-11-131-0/+4
| | | | Reviewed-By: Stefano Pironato
* Add mkspec for Maemo 5 & 6Tom Cooksey2009-11-132-0/+70
Reviewed-By: Robert Griebl Reviewed-By: Thiago Macieira