const MH_NO_HEAP_EXECUTION: comptime_int = 16777216;
[src]
When this bit is set, the OS will run the main executable with a non-executable heap even on platforms (e.g. x86) that don’t require it. Only used in MH_EXECUTE filetypes.
const MH_NO_HEAP_EXECUTION: comptime_int = 16777216;
When this bit is set, the OS will run the main executable with a non-executable heap even on platforms (e.g. x86) that don’t require it. Only used in MH_EXECUTE filetypes.