We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd08b1c commit ee21147Copy full SHA for ee21147
Makefile
@@ -52,8 +52,10 @@ GLOBAL_CXXFLAGS := -fno-rtti -fno-exceptions -Wall $(TARGET_FLAGS)
52
GLOBAL_ASFLAGS := -mcpu=cortex-m3 -march=armv7-m -mthumb \
53
-x assembler-with-cpp $(TARGET_FLAGS)
54
LDFLAGS = $(TARGET_LDFLAGS) -mcpu=cortex-m3 -mthumb \
55
- -Xlinker --gc-sections -Xlinker --print-gc-sections \
+ -Xlinker --gc-sections \
56
-Xassembler --march=armv7-m -Wall
57
+# -Xlinker --print-gc-sections \
58
+
59
##
60
## Build rules and useful templates
61
0 commit comments