diff options
Diffstat (limited to 'libc/config/config.json')
| -rw-r--r-- | libc/config/config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/config/config.json b/libc/config/config.json index f981c43..296d2e5 100644 --- a/libc/config/config.json +++ b/libc/config/config.json @@ -52,6 +52,10 @@ "LIBC_CONF_PRINTF_RUNTIME_DISPATCH": { "value": true, "doc": "Use dynamic dispatch for the output mechanism to reduce code size." + }, + "LIBC_CONF_PRINTF_DISABLE_WIDE": { + "value": false, + "doc": "Disable handling wide characters for printf and friends." } }, "scanf": { |
