xPC (Simulink RT) compiler optimization flags
2 ビュー (過去 30 日間)
古いコメントを表示
Is it documented anywhere on what flags are available to use for the xPC optimization settings? Typically I use Optimizations On for faster runs but I'd like to have finer control over what compiler optimizations are used.
0 件のコメント
回答 (1 件)
Drew Davis
2015 年 6 月 8 日
You can find what optimization flags are set for the model you are building by looking at the generated makefile. For instance, look for the OPTIMIZATION_FLAGS variable in the mymodel.mk file to see what flags are being set. You can control the optimization flags by using the custom compiler optimization flags as shown by the documentation .
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Manual Performance Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!