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
On Ubuntu 14.04 a clean build of swift from a fresh clone takes a long time with the default flags to build-script. Much of this can be attributed to the use of the GNU ld linker. Right now you can get a great speed increase by passing --extra-cmake-options=-DLLVM_USE_LINKER=gold to build-script. Is there any reason not to make this the default?