Compiling druntime on ldc2 - Win 8 x64

Kai Nacke kai at redstar.de
Tue May 14 20:30:06 PDT 2013


On 25.01.2013 19:14, David Nadlinger wrote:
> On Friday, 25 January 2013 at 15:54:00 UTC, Kai Nacke wrote:
>> This is a problem for which I don't have a good solution yet. You can
>> work around it if you change line 312 of runtime/CMakeLists.txt from
>>
>>         COMPILE_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_RELEASE}"
>>
>> to
>>
>>         COMPILE_FLAGS "${CMAKE_C_FLAGS}"
>
> Sorry for breaking the MSVC build, then.
>
> Is there a better way of enabling release mode in CMake?
>
> David

I had already committed a solution if I would know one.

Kai


More information about the digitalmars-d-ldc mailing list