From: Sylvestre Ledru Date: Sat, 12 Nov 2016 10:37:17 +0000 (+0000) Subject: Add the new option -Og in the release notes. See r286602 for more information X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=092c37896bd24f4f0b9ad03b32cbee99a88e91f7;p=clang Add the new option -Og in the release notes. See r286602 for more information git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286717 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 51dcefad77..252a4327e7 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -57,8 +57,12 @@ 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 -----------------------