Hi All,
I'm using armcc compiler, and used --no_remove compiler option and build using -O0 compiler flag. After removing --no_remove and used --remove, i see the reset handler.s assembly file vector table is removed. What all to take care while using --remove ? Is it advisable to use the --remove flag. What is the risk in using this flag ?