DMD 1.031 and 2.015 releases

Robert Fraser fraserofthenight at gmail.com
Wed Jun 18 21:36:05 PDT 2008


Frank Benoit wrote:
> What effect has -fPIC to code?
> When do i use -fPIC?

It makes the generated code position-independent.

> What is a situation, where the version D_PIC is useful in the source code?

Some inline ASM operation that doesn't work with position-independent 
code...?


More information about the Digitalmars-d-announce mailing list