This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Building a debug and a release version

Hello,

Is there an easy way to build a debug version and a release version for a project, the same way you can do for instance in Developer Studio?
Reason for this question: keep in or kick out for instance ASSERTS in your code in a comfortable way... Maybe other stuff too...

Rgds,

Geert

Parents
  • That's no good :-(

    As it says, "Each Target has its own option settings and output file name that you may define." (my emphasis)

    To do what Geert wants, you need some way to specify the options common to all builds independently of the debug- or release-specific options.

    As it is, you have to keep remembering to make the same changes in two (at least) different places.

    IMO, this is a major deficiency of the uVision Project structure :-(

Reply
  • That's no good :-(

    As it says, "Each Target has its own option settings and output file name that you may define." (my emphasis)

    To do what Geert wants, you need some way to specify the options common to all builds independently of the debug- or release-specific options.

    As it is, you have to keep remembering to make the same changes in two (at least) different places.

    IMO, this is a major deficiency of the uVision Project structure :-(

Children