SimpleBLE icon indicating copy to clipboard operation
SimpleBLE copied to clipboard

Debug / Release versions

Open kingpeterking opened this issue 2 years ago • 0 comments

Hello,

I suspect that I am being lazy in not taking the time to learn CMake and build the files myself. When I try to build a Release version of my code I get the following VS Linker issue.

LNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in AKDeviceManager.obj

A bit of research suggests that this is because the compiler wants debug level 0, whereas the SimpleBLE is built to level 2.

Is there an easy way around this?

Thanks

kingpeterking avatar Jun 04 '23 20:06 kingpeterking