|
|
Hi
I wanted to know the flags or options that are enabled when -O,-O2,-O3,-Os
options are enabled.
Ex Some flags that are enabled when -O is enabled are
-fomit-frame-pointer, -fdefer-pop etc.
I would like to know all the flags/options that will be enabled when these
optimizations ie -O,-O2,-O3 & -Os are used in the command line.
Regards
Naveen
Post a reply to this message
|
|
|
|
hsnaveen4u <hsn### [at] yahoocom> wrote:
> I wanted to know the flags or options that are enabled when -O,-O2,-O3,-Os
> options are enabled.
This is the wrong group for that kind of question.
Anyways, you can find the answer by writing "info gcc" and then navigating
to the optimization options.
--
- Warp
Post a reply to this message
|
|