Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDB files not generated in debug mode #179

Open
andriyDev opened this issue Mar 19, 2023 · 0 comments
Open

PDB files not generated in debug mode #179

andriyDev opened this issue Mar 19, 2023 · 0 comments

Comments

@andriyDev
Copy link

On Windows, CMake does not generate PDB files when compiling in debug mode. This can cause problems if the original CMake files try to use the PDB files.

For example, https://github.com/recastnavigation/recastnavigation lists the PDB file as an install file. This makes CMake panic.

The relevant flag that is needed to generate PDBs appears to be -Zi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants