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

Fix DWARF dead code elimination and linking (#4144)

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
Yukai Li
2025-03-31 12:32:58 -06:00
committed by GitHub
parent a0645bc6f4
commit f6916fe616
4 changed files with 153 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ ENV.AppendUnique(
"-Wundef",
"-fdata-sections",
"-ffunction-sections",
"-Wa,-gdwarf-sections",
"-fsingle-precision-constant",
"-fno-math-errno",
# Generates .su files with stack usage information