image size slightly increased from NCS 2.9.2 to NCS 3.1.0 - any option/config switches to reduce it?

Building the sample "nrf/samples/cellular/udp" with "west build -b nrf9160dk/nrf9160/ns" using

NCS 2.9.2 results in:

Memory region         Used Size  Region Size  %age Used
           FLASH:       81852 B       992 KB      8.06%
             RAM:       16072 B     211608 B      7.60%
        IDT_LIST:          0 GB        32 KB      0.00%

with NCS 3.1.0 in:

Memory region         Used Size  Region Size  %age Used
           FLASH:       83988 B       992 KB      8.27%
             RAM:       17992 B     211608 B      8.50%
        IDT_LIST:          0 GB        32 KB      0.00%

while it may be just "as it is", I'm wondering, if that's the result of different compiler options or different project configs (even when my own "prj.conf" is pretty much the same). 

Related