This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CODECOMPOSER:GCC 中的等效优化器标志

Guru**** 1670750 points
Other Parts Discussed in Thread: RM57L843
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1400728/codecomposer-equivalent-optimizer-flag-in-gcc

器件型号:CODECOMPOSER
主题中讨论的其他器件:RM57L843

工具与软件:

大家好、我将使用两个编译器为 RM57L843编译示例代码:TI ARM Compiler 16.9.4 (CCS)和 GNU Arm 嵌入式工具链。  与 GCC 相比、使用 TI 编译器时的代码执行时间更短。 我在两个构建中都保持了优化、并匹配了所有标志、包括使用 HW 浮点。 唯一的区别是 TI 编译器使用的默认--opt_for_speed=1。 要在 GCC 中使用、以便两者具有几乎相似的执行时间、什么等效标志?