Request: OSX - ability to use debug and release builds of static library in a module

Can we please get this? In windows I’m using MT and MTd folders, why don’t we have a Debug and Release folder in OSX? for example: libs/MacOSX/{arch}/{run-time}

1 Like

The binary section of a module was primarily designed without build configurations in mind, but we could certainly add them…

The difficulty here is if someone has created a custom configuration like “SmallSize” or “WithLogging” - there’s currently no convenient way of indicating which pre-built library you want to link against.

True that, but I think at least debug and release config would certainly be useful, and it would match the way binaries in modules are treated in Windows. Custom builds can of course be linked against manually.
Thank you!