### 🔎 Search before asking - [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [x] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no similar bug report. - [x] I have searched the PaddleOCR [Discussions](https://github.com/PaddlePaddle/PaddleOCR/discussions) and found no similar bug report. ### 🐛 Bug (问题描述) 基于Paddle3.1.1推理库,在编译ppocr.exe时,static_infer.cc中不支持EnableMKLDNN和DisableMKLDNN, <img width="827" height="561" alt="Image" src="https://github.com/user-attachments/assets/fb394333-aa9c-40d2-9000-9b472aeb9eb9" /> ### 🏃♂️ Environment (运行环境) ` OS Windows 11 Paddle 3.1.1 CPU/GPU Use Cpu 开发工具:VS2022/cmake 3.29 ` ### 🌰 Minimal Reproducible Example (最小可复现问题的Demo) 无