Closed k-sareen closed 1 month ago
Currently LTO for Android fails during the linking stage due to some incompatible DWARF versions between Rust and C++. We need to investigate how to fix this.
See:
We just ignore the warnings since they are immaterial to the correctness of the library.
Currently LTO for Android fails during the linking stage due to some incompatible DWARF versions between Rust and C++. We need to investigate how to fix this.