From da2c504a0be5a85548a7c6359a126136d5be81bf Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Sun, 14 Jan 2024 16:49:31 -0800 Subject: [PATCH] Add note to README about NANOFMT_FLOAT --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7634496..18e0db9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ to appeal more to "C with Classes" programmers; this is not a judgement of modern C++, just an acquiescence to the prevalent tastes and opinions in the industries targetted by nanofmt (primarily the AAA game industry). +Support for floating-point types can optionally be disabled via the +`NANOFMT_FLOAT` CMake option. Pass `-DNANOFMT_FLOAT=OFF` on the CMake +command line to disable. + When to Use nanofmt -------------------