slimdebug.txt 697 B

123456789101112131415161718
  1. The optional "slimdebug" variant is now available for use in e32 builds.
  2. This currently has an impact on RVCT-based e32 builds and, when applied,
  3. calls to armcc in udeb compilation have the "--no_debug_macros" and
  4. "--remove_unneeded_entities" options added; there is no change to the vanilla
  5. urel compilation call in RVCT-based builds, nor to the compiler calls in
  6. other e32 builds using other toolchains.
  7. The net result of applying "slimdebug" is a general decrease in udeb object
  8. and image sizes due to the removal of debug table entries and unused debug
  9. information.
  10. Examples of the variant's application are as follows:
  11. sbs -c armv5.slimdebug
  12. sbs -c armv6_udeb.slimdebug