From 076e0bf9a9701f733e42630a18f0398551a8e932 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Fri, 8 Dec 2023 20:06:16 -0800 Subject: [PATCH] Re-disable WIN32 call tracing --- libc/intrin/strace.internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/intrin/strace.internal.h b/libc/intrin/strace.internal.h index adda49caa..3c521857f 100644 --- a/libc/intrin/strace.internal.h +++ b/libc/intrin/strace.internal.h @@ -5,7 +5,7 @@ #define SYSDEBUG 0 #endif -#define _NTTRACE 1 /* not configurable w/ flag yet */ +#define _NTTRACE 0 /* not configurable w/ flag yet */ #define _POLLTRACE 0 /* not configurable w/ flag yet */ #define _DATATRACE 1 /* not configurable w/ flag yet */ #define _LOCKTRACE 0 /* not configurable w/ flag yet */