T
twostars
fix: Set debug-build flags in CMake builds (#771)
We expect _DEBUG & DEBUG to exist in our codebase, but CMake doesn't automatically set these.
The only thing it sets is NDEBUG.
To ensure everything continues to behave as intended in the codebase, we restore _DEBUG & DEBUG.
Github Commit Görüntüle...
See Commints...
..
We expect _DEBUG & DEBUG to exist in our codebase, but CMake doesn't automatically set these.
The only thing it sets is NDEBUG.
To ensure everything continues to behave as intended in the codebase, we restore _DEBUG & DEBUG.
Github Commit Görüntüle...
See Commints...
..