Disable kernel verbose strace output

This commit is contained in:
Justine Tunney 2022-07-19 00:33:36 -07:00
parent 69f4152f38
commit f7e22a33a1

View file

@ -7,7 +7,7 @@
#include "libc/calls/struct/stat.h"
#include "libc/runtime/runtime.h"
#define _KERNTRACE 1 /* not configurable w/ flag yet */
#define _KERNTRACE 0 /* not configurable w/ flag yet */
#define _POLLTRACE 0 /* not configurable w/ flag yet */
#define _DATATRACE 1 /* not configurable w/ flag yet */
#define _NTTRACE 0 /* not configurable w/ flag yet */