[Issue 18971] [Home]I have a project that can be compiled in the debug mode with the latest DMD 2.080-1, but I report errors in release mode.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 11 16:15:49 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18971

Basile B. <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp at gmx.com

--- Comment #1 from Basile B. <b2.temp at gmx.com> ---
try to add 

   "dflags-dmd": ["-allinst"],

to your DUB json or

    dflags "-allinst" platform="dmd"

to you DUB sdl and tells if the error still happen. You seem to reach a problem
at least 2 other people have encountered.

--


More information about the Digitalmars-d-bugs mailing list