Nesting interrupts Rx

Dear all

I need to enable interrupt nesting on an RX microcontroller. In older versions of the development environment and compiler, this was enabled for each interrupt by specifying the enable parameter in the callback prototype within the vect.h file. For example:

The problem is that in the latest versions, the interrupt list file is automatically generated by the SmartConfigurator tool, and I don't see any available options to enable nesting.

Additionally, there is no longer a single file containing the interrupt list, which forces us to search for them throughout the entire project and modify one by one every file that contains an interrupt callback function. Moreover, if we modify the generated interrupt list file to add this option, the modification is removed every time the configuration is generated again with SmartConfigurator.

I have seen in some webpages that it is possible to enable interrupt nesting through compiler configuration options, but I can't find this setting.

Can anyone tell me how interrupt nesting option can  be set up from IDE or SmartConfigurator?

I look forward to your response.