Fixed a little error when trying to install "Release" build while the option wxBUILD_INSTALL_PDB is ON.
https://github.com/wxWidgets/wxWidgets/pull/26338
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks!
@MaartenBent Does this look good to you?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
PDB files in Release builds can be useful as well, they give file / line numbers instead of memory addresses.
And they are also available when downloading wxWidgets binaries from the website (even though those are not built with CMake).
Why do you want to disable this?
And if you really need this, I then prefer to make wxBUILD_INSTALL_PDB and 3-way option, OFF, ON, DEBUG_ONLY.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Oops, sorry, I thought the fix was for the problem of not being able to install PDB files because they were not generated in the release build. If they are generated (and I agree that they should be), then I don't understand what does this actually fix.
@juliocesarperezfranco Could you please explain what was the error exactly?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()