Skip to content

Commit a8b619a

Browse files
committed
调整链接
1 parent 7e21704 commit a8b619a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile/STM32CubeMX生成的makefile分析.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ rivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2
278278
`-Wall` 编译后显示所有警告
279279

280280
`-fdata-sections -ffunction-sections` 为每个function和data item分配独立的section
281-
参考 [**gcc -ffunction-sections -fdata-sections -Wl,–gc-sections 参数详解**]('https://github.com/zjfsdnu/deer_faq/blob/master/gcc -ffunction-sections -fdata-sections -Wl%2C–gc-sections 参数详解.md')
281+
282+
参考 [gcc -ffunction-sections -fdata-sections -Wl,–gc-sections 参数详解](https://github.com/zjfsdnu/deer_faq/blob/master/gcc -ffunction-sections -fdata-sections -Wl%2C–gc-sections 参数详解.md)
282283

283284
`-g -gdwarf-2`
284285

0 commit comments

Comments
 (0)