[jni] disable stack protector

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/49/head
R4SAS 2022-11-20 08:19:18 +03:00
parent fce1dc98d0
commit f2b7ae1ada
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ APP_STL := c++_static
# Enable c++17 extensions in source code
APP_CPPFLAGS += -std=c++17 -fexceptions -frtti
APP_CPPFLAGS += -DANDROID -D__ANDROID__ -DUSE_UPNP -Wno-deprecated-declarations -fstack-protector
APP_CPPFLAGS += -DANDROID -D__ANDROID__ -DUSE_UPNP -Wno-deprecated-declarations
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
APP_CPPFLAGS += -DANDROID_ARM7A
endif