KEIL MDK 怎么设置--no_conditionalize?

我的STM32L476在调用 arm_rfft_fast_f32函数时出现“ Warning: L6989W: Could not apply patch sdcomp-29491-629360 to instruction VPOP {d8-d15} at offset 0x1c2, instruction is within an IT block and is not the last instruction for arm_cfft_radix8_f32.o(.text).”的报错信息。网上查看了下,需要在KEIL里面将编译选项设置成--no_conditionalize,但是这一步不知道怎么操作。

图片说明

作为o文件这种编译好的二进制文件,必须要严格匹配你的cpu型号的。arm_cfft_radix8_f32.o这个是arm的cpu,不是stm的。