LOCAL_LDFLAGS += -Wl,--gc-sections,--strip-all,-z,max-page-size=16384

This commit is contained in:
alex5402
2025-08-20 07:07:55 +05:30
parent 1b1a75e14a
commit 5a557f1521
+1 -1
View File
@@ -47,7 +47,7 @@ JniHook/JniHook.cpp
LOCAL_C_INCLUDES += $(LOCAL_PATH)
LOCAL_CFLAGS += -Wno-error=format-security -fvisibility=hidden -ffunction-sections -fdata-sections -w -std=c++17
LOCAL_CPPFLAGS += -Wno-error=format-security -fvisibility=hidden -ffunction-sections -fdata-sections -w -Werror -fms-extensions
LOCAL_LDFLAGS += -Wl,--gc-sections,--strip-all
LOCAL_LDFLAGS += -Wl,--gc-sections,--strip-all,-z,max-page-size=16384
LOCAL_ARM_MODE := arm
LOCAL_CPP_FEATURES := exceptions