How can I modify the build information for mex code generation with the codegen function?
古いコメントを表示
I would like to define a custom toolchain that I can use to set compiler and linker options, among other settings. However, after performing the command:
>> cfg = coder.config('mex')
I do not see any such option.
I would like to specify compiler and linker flags, or otherwise edit the build configuration using the codegen command. How can I do this without manually editing the makefile for mex code generation?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Build Configuration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!