Skip to content

Commit ee21147

Browse files
author
Marti Bolivar
committed
LD: Don't --print-gc-sections.
That's too noisy. Signed-off-by: Marti Bolivar <[email protected]>
1 parent fd08b1c commit ee21147

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ GLOBAL_CXXFLAGS := -fno-rtti -fno-exceptions -Wall $(TARGET_FLAGS)
5252
GLOBAL_ASFLAGS := -mcpu=cortex-m3 -march=armv7-m -mthumb \
5353
-x assembler-with-cpp $(TARGET_FLAGS)
5454
LDFLAGS = $(TARGET_LDFLAGS) -mcpu=cortex-m3 -mthumb \
55-
-Xlinker --gc-sections -Xlinker --print-gc-sections \
55+
-Xlinker --gc-sections \
5656
-Xassembler --march=armv7-m -Wall
57+
# -Xlinker --print-gc-sections \
58+
5759
##
5860
## Build rules and useful templates
5961
##

0 commit comments

Comments
 (0)