Note from a donor

Adam Wilson flyboynw at gmail.com
Tue Oct 24 20:27:26 UTC 2017


On 10/24/17 07:14, Kagamin wrote:
> On Tuesday, 24 October 2017 at 13:20:10 UTC, Andrei Alexandrescu wrote:
>> * RSA Digital Signature Validation in Phobos
>
> https://issues.dlang.org/show_bug.cgi?id=16510 the blocker for botan was
> OMF support.

IMO, the correct solution here is to deprecate OMF and use the System 
linker for 32-bit on Windows as that is already the default behavior on 
64-bit Windows

So instead of -m32 and -m32mscoff, we would have -m32 and -m32omf. I 
think that this is a reasonable tradeoff. We could leave -m32mscoff in 
for a while, for backwards compat.

-- 
Adam Wilson
IRC: LightBender
import quiet.dlang.dev;


More information about the Digitalmars-d mailing list