build: add some build options to customise library functionality

This commit is contained in:
2026-04-01 19:02:04 +01:00
parent 6b04920d29
commit 467c13e161
5 changed files with 49 additions and 22 deletions
+5
View File
@@ -45,6 +45,11 @@
#include "printf.h"
#if FX_ENABLE_FLOATING_POINT == 0
#define PRINTF_SUPPORT_DECIMAL_SPECIFIERS 0
#define PRINTF_SUPPORT_EXPONENTIAL_SPECIFIERS 0
#endif
#ifdef __cplusplus
#include <climits>
#include <cstdint>