Open
Description
🐛 Bug Report
When building in Visual Studio 2019 in Debug
mode I get this error:
Only happens in Debug
build; Release
, MinSizeRel
, RelWithDebInfo
build fine
Expected Behavior
The project should build fine
Current Behavior
The project did not build :(
Possible Solution
There's this: https://stackoverflow.com/a/44416270
But having /O2
for a debug build seems incorrect. Also had an issue with CLion+Linux where Debug build skipped breakpoints, which can be proof of incorrect configuration.
Steps to Reproduce
git clone https://github.com/metacall/core.git
- install VS 2019
mkdir build
cd build
cmake ..
- Hit Local Windows Debugger here
Context (Environment)
I was trying to build the project