Compiling druntime on ldc2 - Win 8 x64
Kai Nacke
kai at redstar.de
Tue May 14 20:30:07 PDT 2013
On Saturday, 26 January 2013 at 01:50:14 UTC, David Nadlinger
wrote:
> Try putting
> https://github.com/ldc-developers/ldc/blob/master/runtime/CMakeLists.txt#L319
> in an "if(NOT MSVC)" block. If it does the trick, please submit
> it as a pull request (can't test on Windows/MSVC right now).
>
> Not building the C parts of the debug runtime in release mode
> will only decrease performance of debug builds of code that
> uses e.g. the built-in zlib copy (std.zlib, std.zip).
>
> David
It works and I committed this on master. Coming on merge-2.061-2
branch soon.
Kai
More information about the digitalmars-d-ldc
mailing list