How do I DISABLE the OPTIMIZATION for Mexing code
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I am mexing Fortran code. I noticed different answers when I compile >>mex -g file1, file2,....... as oppose to >> mex file1, file2... Because the -g turns off optimization... How do I turn off the optimization without having the -g debug Option.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!