Hello Sir/Madam,
I followed the steps of the link https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#getting-started-assistant to set up the environment to test the demo project by SES.
The project is imported with the following settings.

This is a sample project from zephyr. Generally, if generating "Unix Makefile" by cmake, zephyr could configure which component to be included in the sample. For example, I could disable the SEGGER_RTT part (not compiled into the firmware) by the command "make menuconfig".
Does SES for nRF provide similar functionality?
And I also want to change the compiler to clang. I do not find the responding choice from the project option. Does SES for nRF support this feature? If so, how to change it to clang?
Thanks for your help.