The optional "slimdebug" variant is now available for use in e32 builds.This currently has an impact on RVCT-based e32 builds and, when applied,calls to armcc in udeb compilation have the "--no_debug_macros" and"--remove_unneeded_entities" options added; there is no change to the vanillaurel compilation call in RVCT-based builds, nor to the compiler calls inother e32 builds using other toolchains.The net result of applying "slimdebug" is a general decrease in udeb objectand image sizes due to the removal of debug table entries and unused debuginformation.Examples of the variant's application are as follows:sbs -c armv5.slimdebugsbs -c armv6_udeb.slimdebug