Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mgaunard
on Nov 10, 2023
|
parent
|
context
|
favorite
| on:
Link-Time Optimisation (LTO)
I don't think that's required. The linker driver will use LTO automatically if the object files it's given contain LTO IR.
If anything you might want to explicitly do -fno-lto to not use LTO when you have fat objects.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If anything you might want to explicitly do -fno-lto to not use LTO when you have fat objects.