diff options
author | Brad King <brad.king@kitware.com> | 2016-06-02 19:11:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-23 16:51:58 (GMT) |
commit | b22294bc41c3ce62e561c7123c3f489a750dcb66 (patch) | |
tree | e4d69ae3c1d70330ca09ef9ea80fc0433cc8af2b /Modules/Platform/Android/abi-common-Clang.cmake | |
parent | b6a3102a9f8da05b50d4f4e96dd9f42ace37aa9b (diff) | |
download | CMake-b22294bc41c3ce62e561c7123c3f489a750dcb66.zip CMake-b22294bc41c3ce62e561c7123c3f489a750dcb66.tar.gz CMake-b22294bc41c3ce62e561c7123c3f489a750dcb66.tar.bz2 |
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.
Diffstat (limited to 'Modules/Platform/Android/abi-common-Clang.cmake')
-rw-r--r-- | Modules/Platform/Android/abi-common-Clang.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/Platform/Android/abi-common-Clang.cmake b/Modules/Platform/Android/abi-common-Clang.cmake index 40d829f..6025170 100644 --- a/Modules/Platform/Android/abi-common-Clang.cmake +++ b/Modules/Platform/Android/abi-common-Clang.cmake @@ -1 +1,6 @@ +string(APPEND _ANDROID_ABI_INIT_CFLAGS + #" -Wno-invalid-command-line-argument" + #" -Wno-unused-command-line-argument" + ) + include(Platform/Android/abi-common) |