How to specify /MT in MATLAB coder?
조회 수: 3 (최근 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!
