Initialize the CMAKE_{C,CXX}_FLAGS{,_<CONFIG>} cache entries with flags for each ABI as specified by NDK toolchain `setup.mk` files.
5 lines
92 B
CMake
5 lines
92 B
CMake
string(APPEND _ANDROID_ABI_INIT_CFLAGS
|
|
" -funwind-tables"
|
|
" -no-canonical-prefixes"
|
|
)
|