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.
当我使用“-O2”标志时,在 linux 中的性能会大大提高,但是当我转到 android 时速度很慢,我想在 android 中构建我的共享库,我使用 -O2 标志,但性能很慢,
android中是否有任何其他标志可用于提高性能。