Skip to content

Commit

Permalink
docs: compartmentalizing_dav1d.md: note that `-DIA2_PERMISSIVE_MODE…
Browse files Browse the repository at this point in the history
…` is a `dav1d`-specific thing we added
  • Loading branch information
kkysen authored and ayrtonm committed Nov 12, 2024
1 parent f886e68 commit cb54fd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/compartmentalizing_dav1d.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ For global compile args, we add these:
To detect errors around function pointers and their wrapped call gates types.
* `-DIA2_PERMISSIVE_MODE=1`:
If we want permissive mode, or we can disable it.
Note that this is a `#define` we added to `dav1d` specifically
to make it easier to selectively `#include <permissive_mode.h>`,
which is the normal IA2 way of turning on permissive mode.
For global link args, we add these:
Expand Down

0 comments on commit cb54fd5

Please sign in to comment.