Skip to content

Commit

Permalink
Add release note for --no-compat flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mandolaerik committed Sep 27, 2023
1 parent de669bf commit 5dbb5b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASENOTES.docu
Original file line number Diff line number Diff line change
Expand Up @@ -1730,4 +1730,11 @@ extern typedef struct { } my_type_t;</pre> </add-note></build-id>
This warning is only enabled by default with Simics API version 7 or
above. With version 6 and below it must be explicitly enabled by passing
<tt>--warn=WLOGMIXUP</tt> to DMLC.</add-note></build-id>
<build-id value="next"><add-note> Added a flag <tt>--no-compat</tt>
to selectively disable compatibility features. In
particular, <tt>--no-compat=port_proxy_ifaces</tt> disables
generation of interface trampolines, which can speed up
compilation of devices with huge arrays of ports. The
option <tt>--help-no-compat</tt> lists all features that can be
disabled.</add-note></build-id>
</rn>

0 comments on commit 5dbb5b4

Please sign in to comment.