diff options
-rw-r--r-- | llvm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 485c76b..c31980a 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -654,7 +654,7 @@ option(LLVM_EXTERNALIZE_DEBUGINFO "Generate dSYM files and strip executables and libraries (Darwin Only)" OFF) option(LLVM_EXPERIMENTAL_DEBUGINFO_ITERATORS - "Add extra Booleans to ilist_iterators to communicate facts for debug-info" OFF) + "Add extra Booleans to ilist_iterators to communicate facts for debug-info" ON) set(LLVM_CODESIGNING_IDENTITY "" CACHE STRING "Sign executables and dylibs with the given identity or skip if empty (Darwin Only)") |