"Build release version"

Former Member
Former Member
Hi,

When we use the "Connect IQ Build for Device Wizard" in Eclipse, there is a "Build release version of project" option. What does it change exactly?
  • It should remove debug data from the generated program file. I believe this data is necessary to build human-readable stack traces and other things useful for debugging.

    This will result in a smaller binary which should consume less memory.

    Travis