Skip to content
Snippets Groups Projects
Verified Commit f6a44953 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Base Browser's .mozconfigs.

Always use lld on Android.
parent 78ae8376
No related branches found
Tags FIREFOX_102_12_0esr_BUILD1
1 merge request!703Bug 41899: Use LLD for Android
......@@ -8,6 +8,7 @@ ac_add_options --enable-application=mobile/android
CC="clang"
CXX="clang++"
ac_add_options --enable-linker=lld
ac_add_options --with-java-bin-path=$JAVA_HOME/bin
ac_add_options --with-android-sdk=$ANDROID_HOME
ac_add_options --with-android-ndk=$ANDROID_NDK_HOME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment