From be8ff7c2680fed067cdd76df0afc43138c24cc0d Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 1 Dec 2023 18:19:38 -0500 Subject: post-process-pe: Don't set the NX_COMPAT flag by default after all. We thought we would fully support NX compatibility in the full stack for this release, but all of the necessary components aren't *quite* ready for this release. This patch switches back the default that was changed in a53b9f7ceec1d, but it leaves the build infrastructure in place. Signed-off-by: Peter Jones --- post-process-pe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-process-pe.c b/post-process-pe.c index f39fdddf..de8f4a38 100644 --- a/post-process-pe.c +++ b/post-process-pe.c @@ -42,7 +42,7 @@ static int verbosity; 0; \ }) -static bool set_nx_compat = true; +static bool set_nx_compat = false; typedef uint8_t UINT8; typedef uint16_t UINT16; -- cgit v1.2.3