Matlab 2013b , deploytool, debugging, profile options not accpeted

1 view (last 30 days)
Hello
I have been trying for a while to compile a project with the deploytool . I want to include profile and debugg options to the binary, with no success so far
I open the deploytool, project and files are ok (The binary does what is supposed to do ) in Setting I add the following:
-G -A debugline:on -O none
and when I build I get the following
The -A switch is no longer supported; all error messages now report file name
and line number.
The -O switch is no longer supported; the MATLAB JIT accelerator makes
Compiler optimizations unnecessary.
When I take a closer look to the binary , it is stripped and with objdump and nm I see all debugging information is gone. How can I do solve that ?
Thanks in advance !

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!