Error when building Modem_Shell for Thingy91 -> ld.bfd: region `FLASH' overflowed by 64612 bytes

When I execute the command:  west build -p -b thingy91_nrf9160_ns -- -DDTC_OVERLAY_FILE=ppp.overlay -DOVERLAY_CONFIG=overlay-ppp.conf

I get: 

ld.bfd: region `FLASH' overflowed by 64612 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake --build /home/xavier/ncs/v2.2.99-dev3/nrf/samples/nrf9160/modem_shell/build

I only wish to use the modem shell for the PPP functionality, and do not care about including support that is not necessary to achieve PPP dial up service. Any suggestions on how to build this image with only PPP that will fit on the Thingy91 would be IMMENSELY appreciated!   

Related