rust-mobile / xbuild

Cross compile rust to any platform
463 stars 37 forks source link

Use lld by default when linking Android applications #148

Open notgull opened 11 months ago

notgull commented 11 months ago

On my Linux system, ld can't link android-activity Android apps. Therefore lld would need to be used instead. I can get around this by setting RUSTFLAGS, but this really shouldn't be necessary.