<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73088/disabling-code-optimization-in-ses-when-using-nrf-connect-sdk</link><description>Hello, How do disable code optimization in SES Nordic Edition when using nRF Connect SDK? I can&amp;#39;t find &amp;quot;Options - Code Generation - Optimization Level&amp;quot; as when using nRF5 SDK. Best regards, Lars</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Apr 2021 12:40:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73088/disabling-code-optimization-in-ses-when-using-nrf-connect-sdk" /><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/304821?ContentTypeID=1</link><pubDate>Wed, 14 Apr 2021 12:40:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76d4fb0b-1d1d-4a8e-aa28-bec18d5170e3</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Lars M"]No worries, I&amp;#39;ve been busy anyway :-)[/quote]
&lt;p&gt;&amp;nbsp;That&amp;#39;s good to hear.&lt;/p&gt;
[quote user="Lars M"]When starting this project I thought I wouldn&amp;#39;t need to care about updating to a certain tag.[/quote]
&lt;p&gt;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:&lt;br /&gt;&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/4214.diff"&gt;github.com/.../4214.diff&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This will &lt;a href="https://gist.github.com/nepsilon/22bc62a23f785716705c"&gt;generate a .diff file which you can save and apply&lt;/a&gt; to you NCS tag. Navigate to the nrf folder, then in your command line enter the following:&lt;br /&gt;&lt;pre class="ui-code" data-mode="powershell"&gt;git apply &amp;lt;diff file&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Let me know how that works for you&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/304256?ContentTypeID=1</link><pubDate>Mon, 12 Apr 2021 11:58:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b7a7e7b-36c2-497b-8542-9ddcd6177875</guid><dc:creator>Lars M</dc:creator><description>&lt;p&gt;Hi &amp;Oslash;yvind,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;No worries, I&amp;#39;ve been busy anyway :-)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;No, unfortunately it&amp;#39;s not solved. I have still the same questions and problems from previous reply.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Lars&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/304136?ContentTypeID=1</link><pubDate>Sun, 11 Apr 2021 09:43:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed850841-f614-4f26-a2d4-43df87330b5b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Lars,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;My sincere apologies for the late reply. Somehow your latest answer vanished from my radar and I have not been able to follow.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have you been able to solve this issue?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301945?ContentTypeID=1</link><pubDate>Thu, 25 Mar 2021 14:34:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:518c6641-11ec-4e2c-b941-c2a41f3a2064</guid><dc:creator>Lars M</dc:creator><description>&lt;p&gt;Hi &amp;Ouml;yvind,&lt;br /&gt;&lt;br /&gt;When starting this project I thought I wouldn&amp;#39;t need to care about updating to a certain tag. But now I have tried to fetch the latest tag by typing&lt;br /&gt;git fetch origin&lt;br /&gt;git checkout origin/master&lt;br /&gt;west update&lt;br /&gt;Correct? Compiling gives then an error. I can see that aws_iot.c has changed according to what you said, but there seems to be more updates that may interfere.&lt;br /&gt;&lt;br /&gt;I changed back to v1.5.0 by typing&lt;br /&gt;git checkout v1.5.0&lt;br /&gt;west update&lt;br /&gt;Now the compilation works as before.&lt;br /&gt;&lt;br /&gt;Instead I tried to add the changes manually in aws_iot.c. Now the updated rows are passed nicely, but instead there will be a reset somewhere in&lt;br /&gt;k_sem_take(&amp;amp;lte_connected, K_FOREVER);&lt;br /&gt;in the end of main(). I thought I had done something in my code to cause this, so I tested to run the aws_iot-example again. But it also crashes on k_sem_take().&lt;br /&gt;&lt;br /&gt;Best regards&lt;br /&gt;Lars&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301730?ContentTypeID=1</link><pubDate>Wed, 24 Mar 2021 15:10:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96095a5b-730e-434d-bff6-72f171f15b58</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Lars, here is the PR that our developers have issued:&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/4214/files"&gt;https://github.com/nrfconnect/sdk-nrf/pull/4214/files&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301708?ContentTypeID=1</link><pubDate>Wed, 24 Mar 2021 14:01:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46e59d29-d97f-4333-8824-c0de21090121</guid><dc:creator>Lars M</dc:creator><description>&lt;p&gt;Great for me that you can reproduce what I experience :-) Hope you find nice solution.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Lars&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301700?ContentTypeID=1</link><pubDate>Wed, 24 Mar 2021 13:55:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f0f5667-8517-4f1e-a4d4-3640492b0703</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Lars, that is good news.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m seeing the same issue here, and discussed the issue with our developers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;err = aws_iot_init(NULL, aws_iot_event_handler);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The NULL parameter will cause the&amp;nbsp;fault.&lt;br /&gt;&lt;br /&gt;We are working on a PR to fix the issue.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301477?ContentTypeID=1</link><pubDate>Tue, 23 Mar 2021 14:33:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e14e2773-8de1-442c-b74e-e4fa50c9821b</guid><dc:creator>Lars M</dc:creator><description>&lt;p&gt;Hi &amp;Oslash;yvind,&lt;br /&gt;&lt;br /&gt;I guess I was unclear, but I kept the include-part that works in V1.4.2 when running V1.5.0. So that was the problem. Now I have updated that part, and also a call to a function that changed names. And now I have my custom project working in V1.5.0 :-)&lt;br /&gt;&lt;br /&gt;So now we have eliminated some issues and questions. &amp;quot;Only&amp;quot; the optimization issue is left.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Lars&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301466?ContentTypeID=1</link><pubDate>Tue, 23 Mar 2021 14:04:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29842124-ecec-4fc9-993a-abafc5572083</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Lars,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The bsdlib has been renamed in v1.5.0. From the release notes:&lt;/p&gt;
&lt;h5&gt;&lt;em&gt;Modem library&lt;a title="Permalink to this headline" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/releases/release-notes-1.5.0.html#modem-library"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;BSD library has been renamed to&amp;nbsp;&lt;code&gt;&lt;span&gt;nrf_modem&lt;/span&gt;&lt;/code&gt;&amp;nbsp;(Modem library) and&amp;nbsp;&lt;code&gt;&lt;span&gt;nrf_modem_lib&lt;/span&gt;&lt;/code&gt;&amp;nbsp;(glue).&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Updated to version 1.0.1. See the&amp;nbsp;&lt;a title="(in nrfxlib v1.5.0)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog"&gt;Changelog&lt;/a&gt;&amp;nbsp;for detailed information.&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This means that you need to verify that you have renamed all corresponding functions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Sounds like the issue is with the circuits that you have added, if you are not seeing the same issues using default projects.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;-Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301442?ContentTypeID=1</link><pubDate>Tue, 23 Mar 2021 13:35:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a4e7d9b-87e1-4da8-a5e6-d4f2f6090d21</guid><dc:creator>Lars M</dc:creator><description>&lt;p&gt;Hi &amp;Oslash;yvind,&lt;br /&gt;&lt;br /&gt;Sorry for the menu-issue, I should have understood where to find the colourful menu :-)&lt;br /&gt;&lt;br /&gt;I have kept everythng from the aws_iot-example that has to do with connection. I use nRF9160DK with a few circuits added. In main() I initialize my devices, and then continue with what&amp;#39;s in main from the aws_iot.&lt;br /&gt;&lt;br /&gt;I have now tested the bare aws_iot-example, both in V1.5.0 and in V1.4.2. Both work fine in their respective version. But when I look in the beginnig of main.c there are differences in the include-part. In V1.5.0 a part of the includes looks like this:&lt;br /&gt;&lt;br /&gt;#if defined(CONFIG_NRF_MODEM_LIB)&lt;br /&gt;#include &amp;lt;modem/lte_lc.h&amp;gt;&lt;br /&gt;#include &amp;lt;modem/nrf_modem_lib.h&amp;gt;&lt;br /&gt;#include &amp;lt;modem/at_cmd.h&amp;gt;&lt;br /&gt;#include &amp;lt;modem/at_notif.h&amp;gt;&lt;br /&gt;#include &amp;lt;modem/modem_info.h&amp;gt;&lt;br /&gt;#include &amp;lt;nrf_modem.h&amp;gt;&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In V1.4.2 it instead looks like this:&lt;br /&gt;&lt;br /&gt;#if defined(CONFIG_BSD_LIB)&lt;br /&gt;#include &amp;lt;modem/lte_lc.h&amp;gt;&lt;br /&gt;#include &amp;lt;modem/bsdlib.h&amp;gt;&lt;br /&gt;#include &amp;lt;modem/at_cmd.h&amp;gt;&lt;br /&gt;#include &amp;lt;modem/at_notif.h&amp;gt;&lt;br /&gt;#include &amp;lt;modem/modem_info.h&amp;gt;&lt;br /&gt;#include &amp;lt;bsd.h&amp;gt;&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When I open my project in V1.5.0 that include-part is greyed-out. The things I get compile-errors on are at least in modem_info, which seems not to be included when running V1.5.0. Do you agree?&lt;/p&gt;
&lt;p&gt;So, for start using V1.5.0, should I just replace this part of the includes? Are there more things I need to update?&lt;/p&gt;
&lt;p&gt;I have tested to &amp;quot;Optimize debugging experience&amp;quot;, but I get the same problem as with &amp;quot;Optimize nothing&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Lars&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301317?ContentTypeID=1</link><pubDate>Tue, 23 Mar 2021 07:13:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a298d133-6413-408d-a5cb-095043b52969</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Lars,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m sorry, the picture of the menu is from the documentation. I forgot the add a link and specify that&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f926_2D00_1f3fc.svg" title="Face palm tone2"&gt;&amp;#x1f926;&amp;#x1f3fc;&lt;/span&gt;&amp;nbsp;Click here to&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/index.html"&gt;go to our NCS documentation&lt;/a&gt;&amp;nbsp;and then you&amp;#39;ll find the drop down (colorful) menu in the &lt;strong&gt;bottom left&lt;/strong&gt;. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f60a.svg" title="Blush"&gt;&amp;#x1f60a;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Lars M"]I click menuconfig, and in the search box at the upper right I type &amp;quot;optimization&amp;quot;. Then I get the list shown below:[/quote]
&lt;p&gt;This is correct. The four alternatives in the bottom are the same as I linked to.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1616483180146v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;These are set either using menuconfig or added to prj.conf in your project folder. If doing the latter, you will need to reload the project in SES or run Project --&amp;gt; Run CMake.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Lars M"]Am I doing something wrong?[/quote]
&lt;p&gt;I will need to reproduce the issue here. What changes have you done to the aws_iot sample? Are you able to test with the default sample (no changes added) from v1.5.0?&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301275?ContentTypeID=1</link><pubDate>Mon, 22 Mar 2021 16:26:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e900abda-c705-4beb-8a14-dfe70d8ab7a5</guid><dc:creator>Lars M</dc:creator><description>&lt;p&gt;Hi &lt;span&gt;&amp;Oslash;&lt;/span&gt;yvind,&lt;br /&gt;&lt;br /&gt;And thanks for your fast response! I can&amp;#39;t find the same menu as you show in the picture. I selected &amp;quot;Configure nRF Connect SDK Project...&amp;quot;, and came to this window:&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/menuconfig.PNG" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;I click menuconfig, and in the search box at the upper right I type &amp;quot;optimization&amp;quot;. Then I get the list shown below:&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/optimization.PNG" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;So it seems anyway that I am able to adjust the optimization. I select &amp;quot;Optimize nothing&amp;quot;, and click &amp;quot;Configure&amp;quot;. After recompiling and debugging I get into real trouble. The last row of code that works is this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/aws_5F00_iot_5F00_topic_5F00_populate.PNG" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Then I come to file fault_s.S. So the program starts over and over again. As you can see I have started my development from the aws_iot-example.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/fault_5F00_s.PNG" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;By reselecting &amp;quot;Optimize for size&amp;quot;, things work as before. Am I doing something wrong?&lt;br /&gt;&lt;br /&gt;In the picture you show it seems you run nRF Connect V1.5.0. Where do I find the menu shown in the picture? I thought it would pop up when selecting &amp;quot;Configure nRF Connect SDK Project...&amp;quot;. I run V1.4.2, so I installed V1.5.0 instead. But then I got a lot of compilation errors:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/modem_5F00_info_5F00_short_5F00_get.PNG" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Am I doing something wrong?&lt;/p&gt;
&lt;p&gt;Anyway, when selecting &amp;quot;Configure nRF Connect SDK Project...&amp;quot; in V1.5.0 it looks the same as in V1.4.2, no colourful menu pops up.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Lars&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disabling code optimization in SES when using nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/301210?ContentTypeID=1</link><pubDate>Mon, 22 Mar 2021 13:09:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0787906-c11f-458e-bae6-fd280cf5b380</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Lars,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;This is done using Kconfig configurations. Have a look at the following alternatives &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/kconfig/index.html"&gt;from the Kconfig Reference&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/kconfig/CONFIG_DEBUG_OPTIMIZATIONS.html?highlight=optimization#cmdoption-arg-CONFIG_DEBUG_OPTIMIZATIONS"&gt;CONFIG_DEBUG_OPTIMIZATIONS&lt;/a&gt;&lt;span&gt;&amp;nbsp;(program option, in DEBUG_OPTIMIZATIONS)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/kconfig/CONFIG_NO_OPTIMIZATIONS.html?highlight=optimization#cmdoption-arg-CONFIG_NO_OPTIMIZATIONS"&gt;CONFIG_NO_OPTIMIZATIONS&lt;/a&gt;&lt;span&gt;&amp;nbsp;(program option, in NO_OPTIMIZATIONS)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/kconfig/CONFIG_SIZE_OPTIMIZATIONS.html?highlight=optimization#cmdoption-arg-CONFIG_SIZE_OPTIMIZATIONS"&gt;CONFIG_SIZE_OPTIMIZATIONS&lt;/a&gt;&lt;span&gt;&amp;nbsp;(program option, in SIZE_OPTIMIZATIONS)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/kconfig/CONFIG_SPEED_OPTIMIZATIONS.html?highlight=optimization#cmdoption-arg-CONFIG_SPEED_OPTIMIZATIONS"&gt;CONFIG_SPEED_OPTIMIZATIONS&lt;/a&gt;&lt;span&gt;&amp;nbsp;(program option, in SPEED_OPTIMIZATIONS)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;You can condigure these in prj.conf or using &lt;em&gt;Project --&amp;gt; Configure nRF Connect SDK project&amp;nbsp;&lt;/em&gt;in SES.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The KConfig Reference is available found in the drop-down menu in the bottom right&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1616418461031v2.png" alt=" " /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>