this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Generate dsyms for dyld

No wonder LLDB could never find symbols for dyld: we weren't generating them!

+1
+1
src/dyld/CMakeLists.txt
··· 121 121 ) 122 122 123 123 use_ld64(system_loader) 124 + dsym(system_loader) 124 125 set_target_properties(system_loader PROPERTIES OUTPUT_NAME "dyld") 125 126 set_property(TARGET system_loader APPEND_STRING PROPERTY 126 127 COMPILE_FLAGS " -DBUILDING_DYLD=1 -gfull -fPIC -fno-stack-check")