Quick wins for speedy links
POSTED: Mar 03, 2016
TAGS: De-duplication, Dead-code stripping, Linker, LTO, Toolchain
Linking is the final stage when building your C/C++ program code. As a developer, you must wait for the link to complete before you can run or debug your program. Any delay in the process slows development and can become frustrating.
READ THE WHOLE POST