How to import std.core when building a debug application?

Hi. In VStudio 2022 I get this warning when building a debug build when using:

<code>
import std.core;
<code\>

warning C5050: Possible incompatible environment while importing module 'std.core': _DEBUG is defined in current command line and not in module command line

Is there no _DEBUG version of std.core??

Regards,
Juan
Last edited on
Topic archived. No new replies allowed.