mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[libc] Disable fixed point printing for baremetal (#126115)
This follows suite with disabling float printing.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
}
|
||||
},
|
||||
"printf": {
|
||||
"LIBC_CONF_PRINTF_DISABLE_FIXED_POINT": {
|
||||
"value": true
|
||||
},
|
||||
"LIBC_CONF_PRINTF_DISABLE_FLOAT": {
|
||||
"value": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user