mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 03:02:45 +02:00
Use lld linker when linking everything.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
APP_STL := c++_shared
|
||||
APP_ABI := armeabi-v7a
|
||||
APP_CPPFLAGS := -frtti
|
||||
APP_LDFLAGS := -llog -landroid -lz
|
||||
APP_LDFLAGS := -llog -landroid -lz -fuse-ld=lld
|
||||
APP_PLATFORM := 10
|
||||
NDK_TOOLCHAIN_VERSION := clang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user