summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android/abi-common.cmake
blob: 12d8e5ce347fcefeeb87ad1e2b4fbeb437df7ab2 (plain)
1
2
3
4
string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -funwind-tables"
  " -no-canonical-prefixes"
  )