|
|
|
|
|
by tsavola
3813 days ago
|
|
> LTO fixes the "source analysis and optimization across compilation units problem" by annotating object files with intermediate representation so source-aware optimizations can be carried out across compilation units at link time (this slows down the linking process noticeably, but make -j helps). make -j doesn't help linking speed, unless multiple binaries are begin built. |
|