Disable zipos trace

This commit is contained in:
Justine Tunney 2021-08-17 01:26:48 -07:00
parent d3a735702b
commit 795d6fd6cd

View file

@ -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