Skip to content

Commit bd5a14f

Browse files
committed
电子书
1 parent 295b3da commit bd5a14f

8 files changed

+1
-1
lines changed

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-
参考 https://www.cnblogs.com/wlzy/p/10665756.html
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

Binary file not shown.
Binary file not shown.

电子书/Go语言学习笔记.azw3

739 KB
Binary file not shown.

电子书/Go语言学习笔记.epub

466 KB
Binary file not shown.
1.02 MB
Binary file not shown.

电子书/progit_v2.1.31.pdf

12.7 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)