[Issue 16794] Official .deb packages must compile libphobos2.a with -fPIC

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Nov 25 15:25:34 PST 2016


https://issues.dlang.org/show_bug.cgi?id=16794

--- Comment #1 from hsteoh at quickfur.ath.cx ---
Alternatively, DMD needs to invoke gcc with -no-pie when linking D executables.

However, I rather we don't go this route, because this would preclude ASLR
(Address Space Layout Randomization) on all generated D executables. In the
long run I think this is a bad strategic move.

--


More information about the Digitalmars-d-bugs mailing list