diff --git a/libc/config/config.json b/libc/config/config.json index d53b2936edb07..0354b16997cdd 100644 --- a/libc/config/config.json +++ b/libc/config/config.json @@ -59,7 +59,7 @@ }, "string": { "LIBC_CONF_STRING_UNSAFE_WIDE_READ": { - "value": false, + "value": true, "doc": "Read more than a byte at a time to perform byte-string operations like strlen." }, "LIBC_CONF_MEMSET_X86_USE_SOFTWARE_PREFETCHING": {