此帖出自stm32/stm8论坛
最新回复
第一个选项:
One ELF Section per Function
Generate one ELF section for each function in source file. Output sections are named with the same name as the function that generates the section. Allows you to optimize code or to locate each function on individual memory addresses. Sets the compiler command-line option --split_sections.
从字面意思理解就是编译器会对每个函数进行单独的生成代码块,不勾选的话是以源文件为代码块,勾选后以函数为代码块,这样做可在生成烧录程序时能移除一些未使用的函数,达到优化的效果,但是也有坏处就是每个代码块的常量也是独立的,这样同时也会多占用空间。俱体的楼主可以尝试一下勾选和不勾选的情况下生成的中间文件的差异,一般情况下是不勾选的
详情
回复
发表于 2019-8-2 09:04
| ||
个人签名为江山踏坏了乌骓马,为社稷拉断了宝雕弓。
|
||
| |
|
|
| |
|
|
此帖出自stm32/stm8论坛
点评 | ||
|
||
此帖出自stm32/stm8论坛
| ||
个人签名为江山踏坏了乌骓马,为社稷拉断了宝雕弓。
|
||
论坛测评队员
EEWorld Datasheet 技术支持