I am trying to build/use a custom lib. But, the code size is huge by custom lib included many functions. Some function is not call, but still take code space.
I can mark out uncalled function to release lib space and program size. But, that is troublesome.
Is any method to do for limited code space with a large custom lib?