Aquaveo / xmscore

Support library for XMS products
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

XM_ASSERT doesn't work with non-windows debug builds #24

Open wdolinar opened 5 years ago

wdolinar commented 5 years ago

For non-windows debug builds an XM_ASSERT failure doesn't get compiled (_DEBUG is not defined) and therefore doesn't do anything. Probably need to define _DEBUG for those builds.