File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ APP_STL := gnustl_static
2
2
APP_PLATFORM := android-9
3
3
APP_ABI := arm64-v8a armeabi-v7a x86 x86_64
4
4
APP_GNUSTL_CPP_FEATURES :=
5
- NDK_TOOLCHAIN_VERSION := 4.9
5
+ NDK_TOOLCHAIN_VERSION := clang
Original file line number Diff line number Diff line change 1
1
# These are definitions for LOCAL_ variables for PPSSPP.
2
2
# They are shared between ppsspp_jni (lib for Android app) and ppsspp_headless.
3
3
4
- LOCAL_CFLAGS := -DUSE_FFMPEG -DUSING_GLES2 -DMOBILE_DEVICE -O3 -fsigned-char -Wall -Wno-multichar -Wno-psabi -Wno- unused-variable -fno-strict-aliasing -D__STDC_CONSTANT_MACROS -Wno-format
4
+ LOCAL_CFLAGS := -DUSE_FFMPEG -DUSING_GLES2 -DMOBILE_DEVICE -O3 -fsigned-char -Wall -Wno-multichar -Wno-unused-variable -fno-strict-aliasing -D__STDC_CONSTANT_MACROS -Wno-format
5
5
# yes, it's really CPPFLAGS for C++
6
- # literal-suffix is generated by Android default code and causes noise.
7
- LOCAL_CPPFLAGS := -fno-exceptions -std=gnu++11 -fno-rtti -Wno-reorder -Wno-literal-suffix -Wno-format
6
+ # deprecated-register is generated by Android default code and causes noise.
7
+ LOCAL_CPPFLAGS := -fno-exceptions -std=gnu++11 -fno-rtti -Wno-reorder -Wno-format -Wno-deprecated-register
8
8
LOCAL_C_INCLUDES := \
9
9
$(LOCAL_PATH ) /../../Common \
10
10
$(LOCAL_PATH ) /../.. \
You can’t perform that action at this time.
0 commit comments