Build fully static library by the compiler?

Denis Feklushkin feklushkin.denis at gmail.com
Sun Aug 11 10:27:17 UTC 2024


On Sunday, 11 August 2024 at 08:30:05 UTC, ryuukk_ wrote:

>>> ldc2 has the --static option, though, looking from ldc2 
>>> --help I'm not 100% sure exactly what that does.
>>
>> --static means executable creation, not a static library
>
> If i remember correctly, you have to pass 
> `--link-defaultlib-shared=false`

No, I checked - it didn't work



More information about the Digitalmars-d-learn mailing list