3Dski7059 Posted December 22, 2023 Share Posted December 22, 2023 When building my initial game project, VS warns that a whole bunch of *.obj files are missing "PDB for ' '", appearing to state UltraEngine_d.lib is being built as if debug information was not available. I know these are all just warnings, but I've not worked in the VS C++ environment in a very long time, so concerned if things are properly configured for the debug build. How is there a setting to be address? Is there a way to way to turn off these particular warnings (or, should they be turned off)? Quote Link to comment Share on other sites More sharing options...
Josh Posted December 23, 2023 Share Posted December 23, 2023 As far as I know, PDB files are not required. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
3Dski7059 Posted December 23, 2023 Author Share Posted December 23, 2023 It certain seems like it. I'm just not a fan of seeing a huge amount of warning. The more warnings, the more I wonder if there's something in there that might affect some functionality down the road : ) Thanks 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.