5 lines
92 B
CMake
5 lines
92 B
CMake
string(APPEND _ANDROID_ABI_INIT_CFLAGS
|
|
" -funwind-tables"
|
|
" -no-canonical-prefixes"
|
|
)
|