How to specify /MT in MATLAB coder?

HI there,
I am using MATLAB coder to generate C++ code. Where can I set /MT (multithread) or /MD (multithread DLL)? Many thanks.

1 comentario

Abhishek
Abhishek el 16 de Jun. de 2025
Editada: Abhishek el 16 de Jun. de 2025
Hi @Theron FARRELL, You can set '/MT' or '/MD' in MATLAB Coder under Code Generation Settings then go to Toolchain, then to Custom Compiler Flags.

Iniciar sesión para comentar.

Respuestas (1)

Theron FARRELL
Theron FARRELL el 16 de Jun. de 2025

0 votos

Cheers.
Is it here? If I choose C++, will I also need to add /MD in the row for C Compiler as well?

1 comentario

Abhishek
Abhishek el 16 de Jun. de 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 ?

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Coder en Centro de ayuda y File Exchange.

Productos

Versión

R2024a

Etiquetas

Preguntada:

el 10 de Jun. de 2025

Editada:

el 16 de Jun. de 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by