Tarmik wrote:

> So compiling windows program in linux - but for what purpose ?
> To see whether it will compile there ?! Would it be simpler to have
> wine emulator
> and compile in there using visual studio?
> 
> Static analysis on windows specific code - was this main target ?

Yes, exactly. Windows doesn't support the functionality of -rdynamic, so
running dehydra on a Windows host is pretty much impossible. So we can
instead use a Linux host, compile our Windows-specific code, and run static
analysis on it.

--BDS
_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to