You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling https://github.com/servo/servo/tree/rustup-20140716 works fine on OS X, but if you add --disable-optimize on configure, then the build will hang in libscript. Inspecting rustc in a debugger shows that it's waiting on an external process; the process appears to be dsymutil since that is still running.
@alexcrichton suspects it's a debuginfo related bug.