You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxxabi/cmake
Saleem Abdulrasool a32df7e840 unwind: use -fno-rtti -fno-exceptions -funwind-tables
RTTI and exceptions are not needed for the unwinder, the use of C++ there is for
very specific cases, and does not require dynamic_cast nor does it use
exceptions.  This avoids unnecessary references to type information being
emitted.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@228408 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
config-ix.cmake unwind: use -fno-rtti -fno-exceptions -funwind-tables 11 years ago