How to specify /MT in MATLAB coder?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
HI there,
I am using MATLAB coder to generate C++ code. Where can I set /MT (multithread) or /MD (multithread DLL)? Many thanks.
1 Commento
Risposte (1)
Theron FARRELL
il 16 Giu 2025
1 Commento
Abhishek
il 16 Giu 2025
Yes, you need to add '/MD' or '/MT' to both the C Compiler and C++. Did setting such flag work for you @Theron FARRELL ?
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
