-fPIC and 32-bit dmd.conf settings
Patrick Schluter via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Apr 9 00:39:13 PDT 2017
On Saturday, 8 April 2017 at 21:31:31 UTC, Joseph Rushton
Wakeling wrote:
> Hello folks,
>
> The default dmd.conf settings for 64-bit environments include
> the -fPIC flag (for good reason), but the settings for 32-bit
> environments do not. Any particular reason for this?
>
> Thanks & best wishes,
>
> -- Joe
And here an article explaining the difference between PIC on
32bit and 64 bit code
http://www.bailopan.net/blog/?p=50
More information about the Digitalmars-d-learn
mailing list