build type difference between debug & release

  • Thread starter Thread starter luke
  • Start date Start date
L

luke

what is the differece between the build type debug and
release in target designer?
in which case the build type debug may help?
until now, i always used the release type...

thanks
 
Debug builds are not supported, building a debug runtime will result in
errors because not all files will be in the runtime.

Only retail builds are supported since only the retail binaries were added
to the repositories that shipped with the product.

Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top