diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2026-01-29 14:39:34 -0800 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2026-01-29 14:39:34 -0800 |
| commit | 7b3f189a1369f9348c007730ddea953b1e68acb1 (patch) | |
| tree | 7db8969ee8a34a10b6c8ae033c939c9d653376f6 /libc/config/config.json | |
| parent | f3d6dae13ae710323a2ddbaf87af71b1abcbfada (diff) | |
| parent | 0893b70ecfc4f4aca0a20a078476d191edc1e623 (diff) | |
| download | llvm-users/pcc/spr/codegen-introduce-machinefunctiongetpreferredalignment.zip llvm-users/pcc/spr/codegen-introduce-machinefunctiongetpreferredalignment.tar.gz llvm-users/pcc/spr/codegen-introduce-machinefunctiongetpreferredalignment.tar.bz2 | |
Created using spr 1.3.6-beta.1
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": { |
