mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
fix using debug library compilation in release mode
This commit is contained in:
parent
4cedaa9e80
commit
56e76ec59f
3 changed files with 6 additions and 4 deletions
|
@ -21,7 +21,8 @@ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
|||
APP_CPPFLAGS += -DANDROID_ARM7A
|
||||
endif
|
||||
|
||||
APP_OPTIM := debug
|
||||
# Forcing debug optimization. Use `ndk-build NDK_DEBUG=1` instead.
|
||||
#APP_OPTIM := debug
|
||||
|
||||
# git clone https://github.com/PurpleI2P/Boost-for-Android-Prebuilt.git
|
||||
# git clone https://github.com/PurpleI2P/OpenSSL-for-Android-Prebuilt.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue