Message187246
the proposed patch is wrong. when linking with -flto, you should pass all the relevant CFLAGS to the linker as well. Also pass -fuse-linker-plugin.
and this should be an opt-in, not the default. Depending on the architecture and the compiler version, -flto is not as stable as you want it to be.
and last, this ends up as the default for building third party extensions too, which again, I think should be an opt-in. |
|
Date |
User |
Action |
Args |
2013-04-18 13:24:14 | doko | set | recipients:
+ doko, barry, pitrou, christian.heimes |
2013-04-18 13:24:14 | doko | set | messageid: <1366291454.01.0.35724116722.issue17781@psf.upfronthosting.co.za> |
2013-04-18 13:24:13 | doko | link | issue17781 messages |
2013-04-18 13:24:13 | doko | create | |
|