CMake/Modules/Platform/Android/abi-common-Clang.cmake
Brad King b22294bc41 Android: Populate compiler flags for current ABI
Initialize the CMAKE_{C,CXX}_FLAGS{,_<CONFIG>} cache entries with
flags for each ABI as specified by NDK toolchain `setup.mk` files.
2016-08-23 12:51:58 -04:00

7 lines
162 B
CMake

string(APPEND _ANDROID_ABI_INIT_CFLAGS
#" -Wno-invalid-command-line-argument"
#" -Wno-unused-command-line-argument"
)
include(Platform/Android/abi-common)