keil mdk optimization levels

编译器优化级别影响代码性能和大小,选择不同的优化级别会改变源代码到目标代码的映射。简单调试视图推荐使用`-O0`,这可能导致ELF镜像大小增加7%到15%,使用`-Os`可减小调试表格的大小。
摘要由CSDN通过智能技术生成

Compiler optimization levels and the debug view

Compiler optimization levels and the debug view

The precise optimizations performed by the compiler depend both on the level of optimization chosen, and whether you are optimizing for performance or code size.

The compiler supports the following optimization levels:

-O0

Minimum optimization. The compiler performs simple optimizations that do not impair the debug view.

When debugging is enabled, this option gives the best possible debug view.

-O1

Restricted optimization.

When debugging is enabled, this option gives a generally satisfactor

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值