Hi, I discovered that libtool breaks gcc LTO (link time optimization)
The code needs to be generated at link time from the .o file file, but libtool seems to call ld directly and then the LTO code generation does not run (which needs linking through "gcc") In normal gcc this still appears to work because the LTO .o files contain "fallback code" but of course you won't get any LTO optimizations. It may also break in some special setups that don't have fallback code in the object files. Similar problems likely happen on other compilers with LTO support (most self respecting optimizing compilers have it in some shape these days) Is there a solution or a workaround known? I'm using libtool 2.2.6b Thanks, -Andi -- a...@linux.intel.com -- Speaking for myself only. _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool