[PATCH] D20677: Make it possible to build a -fno-exceptions libc++abi variant.
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Sun May 29 17:51:47 PDT 2016
rmaprath added inline comments.
================
Comment at: CMakeLists.txt:111
@@ -110,2 +110,3 @@
# Define options.
+option(LIBCXXABI_ENABLE_EXCEPTIONS "Use exceptions." OFF)
option(LIBCXXABI_ENABLE_ASSERTIONS "Enable assertions independent of build mode." ON)
----------------
My bad, this should be ON by default (leftover from testing).
http://reviews.llvm.org/D20677
More information about the cfe-commits
mailing list