No description
6cea59a4b9
The new option WITH_SYNTAX_CHECK=1 instructs build system to invoke "clang -fsyntax-only" to utilize clang's better diagnostics before calling LOCAL_CC/LOCAL_CXX for code generation. The compilation time is slightly longer, and the generated object file should be the same as w/o WITH_SYNTAX_CHECK Project use lots of GCC extensions (eg. nested function) not supported by clang may opt out by adding LOCAL_NO_SYNTAX_CHECK:=true Change-Id: I5689586788ef049bd967364f71f31f1e359bd121 |
||
---|---|---|
core | ||
libs/host | ||
target | ||
tools | ||
.gitignore | ||
buildspec.mk.default | ||
CleanSpec.mk | ||
envsetup.sh |