diff --git a/docs/compartmentalizing_dav1d.md b/docs/compartmentalizing_dav1d.md index 251b02d69..3bb228d23 100644 --- a/docs/compartmentalizing_dav1d.md +++ b/docs/compartmentalizing_dav1d.md @@ -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 `, + which is the normal IA2 way of turning on permissive mode. For global link args, we add these: