diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-12-22 00:28:57 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-12-22 00:28:57 +0000 |
commit | 20ff65f8c5657fe59b19534034aadcdb578ea50f (patch) | |
tree | 3c967df3e647d7a516a3f77d2cd4487f6419e604 | |
parent | d42b84f427e404e6deca78a4cc76c40ab506d737 (diff) | |
download | gcc-20ff65f8c5657fe59b19534034aadcdb578ea50f.zip gcc-20ff65f8c5657fe59b19534034aadcdb578ea50f.tar.gz gcc-20ff65f8c5657fe59b19534034aadcdb578ea50f.tar.bz2 |
* doc/invoke.texi (-flto): Use "compile time" as a noun.
From-SVN: r279707
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 11a404c..6023cca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-12-22 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/invoke.texi (-flto): Use "compile time" as a noun. + 2019-12-21 Martin Jambor <mjambor@suse.cz> PR ipa/93015 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8c3446e..559617e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10498,7 +10498,7 @@ precedence; and for example @option{-ffp-contract=off} takes precedence over @option{-ffp-contract=fast}. You can override them at link time. To enable debug info generation you need to supply @option{-g} at -compile-time. If any of the input files at link time were built +compile time. If any of the input files at link time were built with debug info generation enabled the link will enable debug info generation as well. Any elaborate debug info settings like the dwarf level @option{-gdwarf-5} need to be explicitly repeated |