Skip to content

how do I compile with debugging symbols #931

Closed Answered by mutantbob
mutantbob asked this question in Q&A
Discussion options

You must be logged in to vote

With help from a colleague I was able to alter the build instructions into

cmake -G "Unix Makefiles" -Bbuild/linux -DCMAKE_BUILD_TYPE=Debug
cmake --build build/linux --config Debug --target vulkan_samples -j$(nproc)

and then run the samples under a debugger

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mutantbob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant