mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-01-24 21:45:00 +00:00
update to trunk, enable stack-protector
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
8fa3121a90
commit
1a686fe979
@ -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
|
||||
APP_CPPFLAGS += -DANDROID -D__ANDROID__ -DUSE_UPNP -Wno-deprecated-declarations -fstack-protector
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
APP_CPPFLAGS += -DANDROID_ARM7A
|
||||
endif
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 27116b9f30af799cba22cf00d95410352a503802
|
||||
Subproject commit c9a1066f02ef10f75dd3f901554f96ce36044f0a
|
Loading…
x
Reference in New Issue
Block a user