mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 20:51:22 +02:00
Use lld linker when linking everything.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ android {
|
||||
resValue 'bool', 'embed', 'false'
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
arguments "-j4"
|
||||
arguments "-j" + Runtime.runtime.availableProcessors()
|
||||
}
|
||||
}
|
||||
ndk {
|
||||
|
||||
Reference in New Issue
Block a user