From: Joerg Sonnenberger Date: Thu, 12 Jan 2017 21:11:55 +0000 (+0000) Subject: Add entry for -MJ. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc25d53fce91d393fad6c12c5354280b549f5452;p=clang Add entry for -MJ. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291814 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index b15d9a5a14..fe4b3784b6 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -65,6 +65,8 @@ 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 -MJ has been added to simplify adding JSON compilation +database output into existing build systems. The option ....