Disable C++ PDB generation from the IDE(Visual Studio) #27
shelllet
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Selected "Configuration Properties > C/C++ > General > Debug Information Format"
Hit DEL
Also you need to disable generating Debug info for Linker
Selected "Configuration Properties > Linker > Debugging> Generate Debug Info" set to No
Also set "Profile" to "No" in Linker > Advanced or you may still see PDB files generated!
此信息来自网络,版权归人家所有
Beta Was this translation helpful? Give feedback.
All reactions