Skip to content

Commit 7e21704

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile/STM32CubeMX生成的makefile分析.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ 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+
参考 [**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')
282282

283283
`-g -gdwarf-2`
284284

0 commit comments

Comments
 (0)