Skip to content

add execmem build option

John Bates requested to merge jbates/mesa:mmap_option into main

The execmem option can be set to false to disable the dynamic dispatch patching that requires mmap(PROT_WRITE | PROT_EXEC), which is undesirable on some platforms.

Signed-off-by: John Bates jbates@chromium.org

Merge request reports