[Issue 16794] .deb not working on Ubuntu 16.10 because of default PIE linking
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Dec 23 10:55:15 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16794
--- Comment #14 from Martin Nowak <code at dawg.eu> ---
Benchmarks are OK, tested druntime/benchmarks and Higgs.
The missing PIC support of the asm SHA code is the only slowdown. It's also the
main blocker for shipping a PIC compiled static phobos on all linux amd64
platforms.
Hopefully not to difficult to fix, also see issue 9378.
--
More information about the Digitalmars-d-bugs
mailing list