From 092c37896bd24f4f0b9ad03b32cbee99a88e91f7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 12 Nov 2016 10:37:17 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ----------------------- -- 2.40.0