[libcxx-commits] [PATCH] D136770: [libc++abi][CMake] Handle build type RelWithDebInfo or MinSizeRel configuration similarly to Release

Xing Xue via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 26 15:05:48 PDT 2022


xingxue added a comment.

In D136770#3886558 <https://reviews.llvm.org/D136770#3886558>, @MaskRay wrote:

>> [libc++abi][CMake] Handle build type RelWithDebInfo configuration similarly to Release
>
> Mention MINSIZEREL as well.
>
> From reading https://github.com/Kitware/CMake/blob/master/Modules/Compiler/GNU.cmake#L58 , I think this makes sense.

Changed to mention `MinSizeRel` as well, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136770/new/

https://reviews.llvm.org/D136770



More information about the libcxx-commits mailing list