forked from OSchip/llvm-project
Add the new option -Og in the release notes. See r286602 for more information
llvm-svn: 286717
This commit is contained in:
parent
f017451807
commit
f6b489797e
|
@ -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
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue