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.