commit | 0cafe839e079f71e4799868d03a39ec82aa277a7 | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Wed Mar 16 16:52:43 2011 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Thu Mar 17 10:09:59 2011 -0700 |
tree | 71bdb979243f8cc0eec5d4ebdacbf5b510602e94 | |
parent | 28149769b35227080090e48c9da5d07de9a4ee83 [diff] |
build: pass --strip-all, not --strip-debug to strip Option --strip-all will remove the static symbol section in addition to debug symbols. We do not need the static symbol table in libraries installed on the target. Change-Id: I7a52d22f5b45aa727f31bfd9af796b289528caef Signed-off-by: Iliyan Malchev <malchev@google.com>