6315745770
This matches the -ffunction-sections from bootstrap.pro, which tells the
compiler to create a section for each function. The -gc-sections option
tells the linker to drop what wasn't used (normally, it only drops
entire files).
Before (on Linux, built with -O3, no LTO):
text data bss dec hex filename
1746385 7920 3750 1758055 1ad367 bin/moc
1444101 6664 1894 1452659 162a73 bin/rcc
4407725 1568 4896
|
||
---|---|---|
.. | ||
configure_pch.h | ||
configure.pro | ||
configureapp.cpp | ||
configureapp.h | ||
environment.cpp | ||
environment.h | ||
main.cpp | ||
Makefile.mingw | ||
Makefile.win32 | ||
tools.cpp | ||
tools.h |