mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 06:01:59 +00:00
Build libc++ ourselves
This commit is contained in:
@@ -3,7 +3,7 @@ APP_CFLAGS := -Wall -Oz -fomit-frame-pointer -flto \
|
||||
-D__MVSTR=${MAGISK_VERSION} -D__MCODE=${MAGISK_VER_CODE}
|
||||
APP_LDFLAGS := -flto
|
||||
APP_CPPFLAGS := -std=c++17
|
||||
APP_STL := c++_static
|
||||
APP_STL := none
|
||||
APP_PLATFORM := android-16
|
||||
|
||||
ifdef MAGISK_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user