How to shrink down tvm static lib size? I got runtime only static 17M so big

17M  5月 17 11:34 libtvm_runtime_pack.a

this is tvm runtime that I enabled graph_executor to executor graph model.

But the size are very big, any way to make it smaller?

Some edge device inference lib can not be so big, 2M is acceptable, but 17M is far from satisfying.

Does anyone can give me a smallest runtime lib size it can be?