1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

updater: slightly smaller image (#3740)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2024-07-02 15:17:05 +03:00
committed by GitHub
parent 139660d206
commit 95658063af
2 changed files with 7 additions and 4 deletions

View File

@@ -107,6 +107,9 @@ env.Append(
libenv = env.Clone(FW_LIB_NAME="print")
libenv.ApplyLibFlags()
if env["RAM_EXEC"]:
libenv.AppendUnique(CPPDEFINES=["PRINTF_DISABLE_SUPPORT_FLOAT"])
libenv.Append(CCFLAGS=["-Wno-double-promotion"])
sources = libenv.GlobRecursive("*.c*", ".")