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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Walter Bright <[email protected]> ---
The usual way to handle these sorts of extensions is to make macros for them
that expand to nothing, and put those macros in druntime/src/importc.h.

However, this bug report has insufficient information in it to do that, though
I suspect that an:

    #undef _FORTIFY_SOURCE

might work?

--

Reply via email to