on 2019/12/19 上午12:49, visda.vokhsho...@microchip.com wrote:
> Hello,
>
> In GCC documentation, 3.1 Options that Control Optimization: it is indicated
> -Os disables alignment of functions, jumps, labels, and loops. However, with
> -v -Q passed to the compile step, I see all these options enab
Hello,
In GCC documentation, 3.1 Options that Control Optimization: it is indicated
-Os disables alignment of functions, jumps, labels, and loops. However, with
-v -Q passed to the compile step, I see all these options enabled under -Os.
Is this intended behavior, therefore a documentation b