mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Merge pull request #7895 from wilzbach/json-includes-unstable
Document the new -Xi= CLI option as unstable in its changelog merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
commit
7c16647f35
1 changed files with 2 additions and 0 deletions
|
@ -43,3 +43,5 @@ If JSON is generated without any `-Xi=` options then the old format is used. Th
|
|||
Also note that the compiler can now be invoked with no source files as long as at least one JSON field is provided, i.e.
|
||||
|
||||
$(CONSOLE dmd -Xi=compilerInfo)
|
||||
|
||||
$(RED This is an experimental command-line flag and will be stabilized in the next release.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue