From a992e9194bfd8694e96a90f3f72ff91afb488466 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 5 Nov 2024 15:01:40 +0100 Subject: [PATCH] Build: enable float printing (printf) --- Makefile.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.conf b/Makefile.conf index da37ed3..5439a0b 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -19,3 +19,4 @@ CXXFLAGS += \ -fdiagnostics-path-format=inline-events \ -fdiagnostics-show-template-tree \ +LDFLAGS += -u_printf_float \ No newline at end of file