summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32/separate_debug_info.prf
Commit message (Collapse)AuthorAgeFilesLines
* Enable -separate-debug-info for mingw toolchainsUlf Hermann2016-05-231-0/+18
Having the debug info in separate files is very helpful, especially on memory constrained 32bit systems. When the debug info is compiled into the object files, processes can run out of memory when trying to load them. Change-Id: I1808a32e855d6a62e17e1b734c511b31db5f03f1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>