taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 438 forks source link

CLANG prefered over GCC as of r11b #83

Open tcoffin opened 8 years ago

tcoffin commented 8 years ago

As of r11b. GCC is deprecated and CLANG is the preferred compiler. The default compiler should be updated to use CLANG by default as well.

From the release notes for NDK r11b: "We strongly recommend switching to Clang" "GCC in the NDK is now deprecated in favor of Clang"

This issue depends on #81