-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence unused -Wa argument warning from linking with clang.
CMake automatically forwards all compiler flags to the linker, and clang doesn't like having -Wa flags being used for linking. To prevent CMake from doing this would require meddling with the CMAKE_<LANG>_COMPILE_OBJECT rules, which would get quite messy. Bug: android/ndk#171 Change-Id: I3295948db64d3459db3af7ba3f0d431689812f80 (cherry picked from commit 78eb716552a0b43c2fc36bebf8ad991e6c77dca9)
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters