From 795d6fd6cdb111d962a483f8e6a0c300dcb1d558 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Tue, 17 Aug 2021 01:26:48 -0700 Subject: [PATCH] Disable zipos trace --- libc/zipos/zipos.internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/zipos/zipos.internal.h b/libc/zipos/zipos.internal.h index e3e719073..30e41a4b6 100644 --- a/libc/zipos/zipos.internal.h +++ b/libc/zipos/zipos.internal.h @@ -4,7 +4,7 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ -#if 1 +#if 0 #define ZTRACE(FMT, ...) (dprintf)(2, FMT "\n", ##__VA_ARGS__) #else #define ZTRACE(FMT, ...) (void)0