Hello, I am using Keil IDE for a while,and it is working perfect so far until, my code size gets bigger than 32K, I also decided to try GCC. I noticed GCC code size for identical example is bigger than Keil generated code size, I was hoping that GCC would be more efficient. The code I am building is ble_app_blinky by Nordic SDK-10.10. Any reason? is there anyway to make it more efficient? like -o option?
GCC code size 10368; Keil code size 7788