We need to know the list of configurations to explore more like the following configurations in proj.conf file
for C++ files we enable following configurations in proj.conf
#C++ support configs
CONFIG_CPLUSPLUS=y
CONFIG_NEWLIB_LIBC=y
CONFIG_LIB_CPLUSPLUS=y
CONFIG_HEAP_MEM_POOL_SIZE=16348
we need a detail list of configurations,
currently again and again in Guiconfig we need to disable openOCD support (Deprecated)
from name we guess it will be CONFIG_OPENOCD_SUPPORT=N to disable the OCD support
please confirm if we write CONFIG_OPENOCD_SUPPORT=N in prj.conf it'll disable OCD

And also please share the list of all the configurations.
Thank you,