Add the new option -Og in the release notes. See r286602 for more information

llvm-svn: 286717
This commit is contained in:
Sylvestre Ledru 2016-11-12 10:37:17 +00:00
parent f017451807
commit f6b489797e
1 changed files with 5 additions and 1 deletions

View File

@ -57,9 +57,13 @@ Improvements to Clang's diagnostics
New Compiler Flags
------------------
The option ....
The option -Og has been added to optimize the debugging experience.
For now, this option is exactly the same as -O1. However, in the future,
some other optimizations might be enabled or disabled.
The option ....
New Pragmas in Clang
-----------------------