• Debug/release configuration
    How can one create debug/release configuration in Keil uVision 5.14? I have single target in my project and I want to easily switch compiler optimization, pin mappings on my MCU etc by switching between...
  • Debug mode & Release mode
    In PK51 C compiler, do exist the debug mode & release mode likely IAR compiler?
  • Debug build works but release
    Note: This was originally posted on 19th January 2010 at http://forums.arm.com My code works on debug build ( -Otime -g+ ) But release build can't work (  -Otime -O2 -zo ) the code is the same. the compiler...
  • 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...
  • Debug and Release libraries
    Hi, I am doing some libraries. I need to have some as debug(to work on dscope) and others as release. What I do is on each library project I have two targets - DEBUG, RELEASE. With this I have different...