arduino遇到报错

在用 arduino对#include "esp_camera.h"

#include <WiFi.h>
遇到报错信息
xtensa-esp32-elf-g++: error: unrecognized command line option '-mfix-esp32-psram-cache-strategy=memw'
exit status 1

请问怎么解决 xtensa-esp32-elf-g++: error: unrecognized command line option '-mfix-esp32-psram-cache-strategy=memw'
exit status 1
为开发板 ESP32 Wrover Module 编译时出错。

命令行参数错误,不能识别,你检查下

https://blog.csdn.net/m0_55401536/article/details/121341974