Possible Duplicate:
Debug VS Release in .net
We send out releases almost weekly due to changes and bug fixes in our software.
Granted, that is problem not he best practice but I have a question about the builds.
Most of the builds are being left as Debug when built and then to the client.
What repercussions is/will this cause? Will the program act differently if it is sent in debug mode?
I know there should be proper procedures for sending out releases but our company doesn't work in that reality. I'm trying to set up proper procedures for our customers getting releases so that less bugs go out to them.
Anyhow, any input, theories, or links would be appreciate.