Changed to C++14, updated README.md

This commit is contained in:
snake-4
2024-03-25 21:21:45 +01:00
parent 5f30e2bb3e
commit 08cc6f7e33
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS := -std=c++20 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
APP_CPPFLAGS := -std=c++14 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
APP_STL := none
APP_PLATFORM := android-31