-flto=N
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: -flto=N
- From: Dilyan Palauzov <dilyan.palauzov@xxxxxxxxx>
- Date: Wed, 15 Jul 2015 17:44:53 +0200
- Authentication-results: sourceware.org; auth=none
- Authentication-results: aegeeserv.aegee.org; auth=pass (PLAIN) smtp.auth=didopalauzov
- Authentication-results: mail.aegee.org; dkim=none
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0
Hello,
to my understanding -flto is passed during the generation of object
files and GIMPLE, but not to the linker / or linker plugin/. In
particular, with -fno-fat-lto-objects the linker(-plugin) has to
conclude that it has to make LTO.
The documentation about -flto in 4.9.3 says, that it shall be provided
at link-time, but GCC can automatically deduce it, if any .o file was
compiled with -flto.
Question:
Has the N in -flto=N only effect, if it is explicitly provided to gcc
at link time?
Thanks
Dilian
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]