From c9aea0d770fa8274060c0ab0a60973cf599833cb Mon Sep 17 00:00:00 2001 From: heck <heck@heck.live> Date: Sun, 6 Oct 2024 03:55:38 +0200 Subject: [PATCH] Build: libc - printf enable float formatting --- Makefile.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.conf b/Makefile.conf index 2fb47ea..b8e0946 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -10,3 +10,5 @@ DAISYSP_DIR ?= ../../heck_DaisySP CXX_STANDARD ?= -std=c++17 CXXFLAGS += -Wall -Wno-unused -Wno-reorder-ctor -Wno-switch CXXFLAGS += -fdiagnostics-color=always + +LDFLAGS += -u_printf_float \ No newline at end of file