diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2017-01-24 14:35:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-24 14:35:05 +0100 |
| commit | 63f56ccd023af0ffeb7bac64e9c91b86760d5aa3 (patch) | |
| tree | 91e66333eb3c2bdf50b37f06199b9901cd6c9110 /Source/Android | |
| parent | 221be63cb4b8615f3b889807cefb0d84a8211d61 (diff) | |
| parent | 803ea7b14365c05b437dfb616c7c4cc1b891ba16 (diff) | |
Merge pull request #4741 from Orphis/cmake_cleanup
CMake cleanup
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle | 2 |
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" } } |
