]> granicus.if.org Git - clang/commit
[CMake][Fuchsia] Use RelWithDebInfo to build runtimes
authorPetr Hosek <phosek@chromium.org>
Thu, 11 Jul 2019 23:49:39 +0000 (23:49 +0000)
committerPetr Hosek <phosek@chromium.org>
Thu, 11 Jul 2019 23:49:39 +0000 (23:49 +0000)
commite6b4e3302b7a8ff91cfa960bbbd16993c8fb08ef
tree54588e167bd3af506826310f1075d063e44a540b
parent662598e8c92f140595bb1a54bab8ca0685910ad2
[CMake][Fuchsia] Use RelWithDebInfo to build runtimes

We want to preserve debug info in our runtimes to aid symbolization and
debugging; for shared libraries this will be stripped away during
install-stripped step and distributed via .build-id, for static archives
it's part of the archive and it's a responsibility of the consumer to
strip it away in the final binary if not needed.

Differential Revision: https://reviews.llvm.org/D64605

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365845 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/caches/Fuchsia-stage2.cmake