mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
b6c49f67f5
Sorry for the click-bait title, but it fitted too well ;-) Anyway, I added the possibility to ndk-make.sh to compile only for one arch. In my tests, if I also set the optimisation level to 0 (default is 3), the compilation time went down from 3:30 to 1:20. Not sure if this is worth it because I remember a comment stating that this makes generating keys take forever. Maybe I should do some measurements and experiment with levels 1 and 2 but that's for another PR. What do you think?
4 lines
93 B
Makefile
4 lines
93 B
Makefile
APP_PLATFORM := android-16
|
|
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|
|
APP_STL := c++_static
|