Re: Options disabled under -Os

2019-12-18 Thread Kewen.Lin
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

Options disabled under -Os

2019-12-18 Thread Visda.Vokhshoori
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