2025-06-25 1:40 AM
Hi Team,
We are facing issue in debugging like dissambly view is not showing correct flow even though we clean build the ws.
code:
disassembly view:
Tried methods:
- changed workspace
- clean and rebuild
- changed HW
- changed machine
Let me know how it could be resolved ?
Solved! Go to Solution.
2025-06-25 2:10 AM
In AutoDevKit click on the platform component of your project and set "-00 none" in the optimization parameters:
Clear the project and re-generate everything and finally compile.
Best Regards,
AutoDevKit Team
2025-06-25 1:48 AM
Hi Mohit,
The generated code depends upon the compiler and not AutoDevKit.
The compiler normally tries to perform code optimization therefore the resulting assembly flow might not be same.
If you want to remove all compiler optimizations you should remove from the compiling options.
Best Regards,
AutoDevKit Team
2025-06-25 2:03 AM
can you guide me from where I can do this ?
like reduce optimization ...
2025-06-25 2:10 AM
In AutoDevKit click on the platform component of your project and set "-00 none" in the optimization parameters:
Clear the project and re-generate everything and finally compile.
Best Regards,
AutoDevKit Team