Question
Does is SDCC the DCE optimisation?
Posted on July 14, 2018 at 07:05
Hello anyone,
When compiling a program including Standard Peripheral Library in the output *.elf file, all unused modules was included. Does is SDCC the dead code elimination optimization and how to activate it?
Thanks in advance.
#dce #optimalization #sdcc #stm8-toolchain