From f6b489797e8500ee6e94b559c548cb9f25efdb84 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 llvm-svn: 286717 --- clang/docs/ReleaseNotes.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 51dcefa..252a432 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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.7.4