forked from organicmaps/organicmaps
[android] Turn ON precompiled headers for android
This commit is contained in:
parent
71c3d67fb2
commit
01d141d38b
1 changed files with 4 additions and 2 deletions
|
@ -164,8 +164,10 @@ android {
|
|||
externalNativeBuild {
|
||||
cmake {
|
||||
cppFlags '-fexceptions', '-frtti', '-m32'
|
||||
cFlags '-ffunction-sections', '-fdata-sections', '-Wno-extern-c-compat', '-m32'
|
||||
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_static', "-DOS=$osName", "-DSKIP_TESTS=ON"
|
||||
cFlags '-ffunction-sections', '-fdata-sections',
|
||||
'-Wno-extern-c-compat', '-m32'
|
||||
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_static',
|
||||
"-DOS=$osName", '-DSKIP_TESTS=ON', '-DUSE_PCH=ON'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue