summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2017-01-24 14:35:05 +0100
committerGitHub <noreply@github.com>2017-01-24 14:35:05 +0100
commit63f56ccd023af0ffeb7bac64e9c91b86760d5aa3 (patch)
tree91e66333eb3c2bdf50b37f06199b9901cd6c9110 /Source/Android
parent221be63cb4b8615f3b889807cefb0d84a8211d61 (diff)
parent803ea7b14365c05b437dfb616c7c4cc1b891ba16 (diff)
Merge pull request #4741 from Orphis/cmake_cleanup
CMake cleanup
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index f82df2b1d5..359065102c 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -65,7 +65,7 @@ android {
defaultConfig {
externalNativeBuild {
cmake {
- arguments "-DANDROID_STL=c++_static", "-DCMAKE_BUILD_TYPE=RelWithDebInfo", "-DENABLE_PCH=OFF" // , "-DENABLE_GENERIC=ON"
+ arguments "-DANDROID_STL=c++_static", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" // , "-DENABLE_GENERIC=ON"
abiFilters "arm64-v8a" //, "armeabi-v7a", "x86_64", "x86"
}
}