release link std.exception errnoEnforce erro in 1.1.0-beta2

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Sep 26 08:06:04 PDT 2016


On Monday, 26 September 2016 at 14:59:14 UTC, Dsby wrote:
> On Monday, 26 September 2016 at 08:13:43 UTC, kinke wrote:
>> On Monday, 26 September 2016 at 07:20:18 UTC, Dsby wrote:
>>> when I use debug, but enable "inline" it will erro:
>>
>> You should be able to work around this issue by specifying 
>> `-cross-module-inlining=false` in the command line. It's 
>> already resolved (disabled by default) in git master.
>
> -cross-module-inlining=false is erro,
> I add -disable-cross-module-inlining or 
> -disable-cross-module-inlining = true or 
> -ensable-cross-module-inlining = flase, But it also error.

This is because in 1.1.0-beta2, -disable-cross-module-inlining 
does not disable cross-module inlining of `pragma(inline, true)` 
functions.

There is no other solution than downgrading to 1.0.0 for now, and 
to wait for 1.1.0-beta3 (or build LDC yourself).


More information about the digitalmars-d-ldc mailing list