slang
slang copied to clipboard
Slang release builds on windows has no debug info.
You can build with the config RelWithDebInfo to get this (cmake --build build --config RelWithDebInfo, I think in VS there's like a dropdown selection for this?). Would you like for this to be made default for the release preset?
I see what Ellie says,
What would be a good way to verify that "RelWithDebugInfo" actually contains the debug info?