Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我给了一个任务来优化程序的性能(ROM 和 RAM 大小)。我的想法是点击我的想法是在 -O2 中使用 -Os 来减小 .so 的大小。这会影响我的程序的性能吗?
我已经在使用strip图书馆了。
strip
我可以检查的其他优化是什么?