I use that by default for compiling Python bindings. It should not make any difference for just a single file (including this testcase), but I found that it yields consistently smaller shared libraries when dealing with lots of compilation units.
Wenzel > On Oct 20, 2015, at 1:33 PM, Neal Becker <[email protected]> wrote: > > I noticed you used -flto when building the shared libs. Do you find this > makes a difference? > > _______________________________________________ > Cplusplus-sig mailing list > [email protected] > https://mail.python.org/mailman/listinfo/cplusplus-sig _______________________________________________ Cplusplus-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/cplusplus-sig
