Hello,
How do disable code optimization in SES Nordic Edition when using nRF Connect SDK? I can't find "Options - Code Generation - Optimization Level" as when using nRF5 SDK.
Best regards,
Lars
Hello,
How do disable code optimization in SES Nordic Edition when using nRF Connect SDK? I can't find "Options - Code Generation - Optimization Level" as when using nRF5 SDK.
Best regards,
Lars
Hi Lars,
My sincere apologies for the late reply. Somehow your latest answer vanished from my radar and I have not been able to follow.
Have you been able to solve this issue?
Kind regards,
Øyvind
Hi Øyvind,
No worries, I've been busy anyway :-)
No, unfortunately it's not solved. I have still the same questions and problems from previous reply.
Best regards,
Lars
Lars M said:No worries, I've been busy anyway :-)
That's good to hear.
Lars M said:When starting this project I thought I wouldn't need to care about updating to a certain tag.
You should not need to update the tag to apply the pull request. You can either change the files as you see in the Git link, or you can add .diff after the PR number:
github.com/.../4214.diff
This will generate a .diff file which you can save and apply to you NCS tag. Navigate to the nrf folder, then in your command line enter the following:
git apply <diff file>
Let me know how that works for you
Kind regards,
Øyvind