From 491dc16a6d068a0a1384f1dfd48858933a9ec2d6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 12 Oct 2025 10:33:05 -0700 Subject: [PATCH] Cleanup docs --- doc/api.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/api.md b/doc/api.md index b2e44f16..8eca209c 100644 --- a/doc/api.md +++ b/doc/api.md @@ -742,10 +742,10 @@ configuring CMake. the cost of per-call overhead. Default: `1`. - **`FMT_OPTIMIZE_SIZE`**: Controls binary size optimizations: - - `0` - off (default) - - `1` - disables locale support and applies some optimizations - - `2` - disables some Unicode features, named arguments and applies more - aggresive optimizations + - `0` - off (default) + - `1` - disables locale support and applies some optimizations + - `2` - disables some Unicode features, named arguments and applies more + aggresive optimizations ### Binary Size Optimization @@ -753,8 +753,8 @@ To minimize the binary footprint of {fmt} as much as possible at the cost of some features, you can use the following configuration: - CMake options: - - `FMT_OS=OFF` + - `FMT_OS=OFF` - Macros: - - `FMT_USE_EXCEPTIONS=0` - - `FMT_BUILTIN_TYPES=0` - - `FMT_OPTIMIZE_SIZE=2` + - `FMT_USE_EXCEPTIONS=0` + - `FMT_BUILTIN_TYPES=0` + - `FMT_OPTIMIZE_SIZE=2`