How to specify /MT in MATLAB coder?
2 次查看(过去 30 天)
显示 更早的评论
HI there,
I am using MATLAB coder to generate C++ code. Where can I set /MT (multithread) or /MD (multithread DLL)? Many thanks.
1 个评论
回答(1 个)
Theron FARRELL
2025-6-16
1 个评论
Abhishek
2025-6-16
Yes, you need to add '/MD' or '/MT' to both the C Compiler and C++. Did setting such flag work for you @Theron FARRELL ?
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
