Remove options that are not disabled with -Os (PR web/87829).
2018-11-05 Martin Liska <mliska@suse.cz> PR web/87829 * doc/invoke.texi: Remove options that are not disabled with -Os. From-SVN: r265786
This commit is contained in:
parent
c3210c96bc
commit
ac27459299
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-11-05 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR web/87829
|
||||
* doc/invoke.texi: Remove options that are
|
||||
not disabled with -Os.
|
||||
|
||||
2018-11-05 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR c/87811
|
||||
|
|
|
@ -7974,8 +7974,7 @@ optimizations designed to reduce code size.
|
|||
|
||||
@option{-Os} disables the following optimization flags:
|
||||
@gccoptlist{-falign-functions -falign-jumps -falign-loops @gol
|
||||
-falign-labels -freorder-blocks -freorder-blocks-algorithm=stc @gol
|
||||
-freorder-blocks-and-partition -fprefetch-loop-arrays}
|
||||
-falign-labels -fprefetch-loop-arrays}
|
||||
|
||||
@item -Ofast
|
||||
@opindex Ofast
|
||||
|
|
Loading…
Add table
Reference in a new issue