We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa53496 commit b82fc8dCopy full SHA for b82fc8d
1 file changed
stmhal/Makefile
@@ -76,7 +76,7 @@ COPT += -Os -DNDEBUG
76
endif
77
78
# uncomment this if you want libgcc
79
-#LIBS += $(shell $(CC) -print-libgcc-file-name)
+#LIBS += $(shell $(CC) $(CFLAGS) -print-libgcc-file-name)
80
81
SRC_LIB = $(addprefix lib/,\
82
libc/string0.c \
0 commit comments